#39BF34

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

Shades of Lime Green #39BF34

Tints of Lime Green #39BF34

Color information

#39BF34 (or 0x39BF34) is unknown color: approx Lime Green. HEX triplet: 39, BF and 34. RGB value is (57,191,52). Sum of RGB (Red+Green+Blue) = 57+191+52=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 191 (75% from 255 or 63.67% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 191 - color contains mainly: green. Hex color #39BF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39BF34 is #C640CB. Grayscale: #878787. Windows color (decimal): -12992716 or 3456825. OLE color: 3456825.

HSL color Cylindrical-coordinate representation of color #39BF34: hue angle of 117.84º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39BF34 is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB5719152-
CMYK0.7000.730.25
HSL117.84º57.2%47.65%-
HSV(B)117.84º72.77%74.9%-
XYZ20.9438.389.55-
YUV135.0981.1172.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19%
GREEN value IS 191 (75% from 255) = 63.67%
BLUE value IS 52 (20.70% from 255) = 17.33%
R=19%
G=63.67%
B=17.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal57191520.7000.730.25117.8457.247.65
Hex39BF344604919763930
Octal71277641060111311667160
Binary11100110111111110100100011001001001110011110110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39BF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39BF34; }

 p { color: rgb(57,191,52); }

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

<style>
 a { background-color: #39BF34; }

 a { background-color: rgb(57,191,52); }

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

<style>
 span { border-color: #39BF34; }

 span { border-color: rgb(57,191,52); }

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