#3FBA34

Color #3FBA34 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #3FBA34

Tints of Lime Green #3FBA34

Color information

#3FBA34 (or 0x3FBA34) is unknown color: approx Lime Green. HEX triplet: 3F, BA and 34. RGB value is (63,186,52). Sum of RGB (Red+Green+Blue) = 63+186+52=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 186 (73.05% from 255 or 61.79% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBA34 is #C045CB. Grayscale: #868686. Windows color (decimal): -12600780 or 3455551. OLE color: 3455551.

HSL color Cylindrical-coordinate representation of color #3FBA34: hue angle of 115.07º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FBA34 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB6318652-
CMYK0.6600.720.27
HSL115.07º56.3%46.67%-
HSV(B)115.07º72.04%72.94%-
XYZ20.2336.429.21-
YUV133.9581.7577.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 20.93%
GREEN value IS 186 (73.05% from 255) = 61.79%
BLUE value IS 52 (20.70% from 255) = 17.28%
R=20.93%
G=61.79%
B=17.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal63186520.6600.720.27115.0756.346.67
Hex3FBA34420481B73382f
Octal77272641020110331637057
Binary11111110111010110100100001001001000110111110011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FBA34; }

 p { color: rgb(63,186,52); }

 H1.HeaderClassName
 {
   color: #3FBA34;
 }
 .AnyTagClassName
 {
   color: #3FBA34;
 }
</style>
background-color css

<style>
 a { background-color: #3FBA34; }

 a { background-color: rgb(63,186,52); }

 div.DivClassName
 {
   background-color: #3FBA34;
 }
 .BgClassName
 {
   background-color: #3FBA34;
 }
</style>
border-color css

<style>
 span { border-color: #3FBA34; }

 span { border-color: rgb(63,186,52); }

 td.TdClassName
 {
   border-color: #3FBA34;
 }
 .TagClassName
 {
   border-color: #3FBA34;
 }
</style>