#39B13B

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

Shades of Lime Green #39B13B

Tints of Lime Green #39B13B

Color information

#39B13B (or 0x39B13B) is unknown color: approx Lime Green. HEX triplet: 39, B1 and 3B. RGB value is (57,177,59). Sum of RGB (Red+Green+Blue) = 57+177+59=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 177 (69.53% from 255 or 60.41% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 177 - color contains mainly: green. Hex color #39B13B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39B13B is #C64EC4. Grayscale: #808080. Windows color (decimal): -12996293 or 3911993. OLE color: 3911993.

HSL color Cylindrical-coordinate representation of color #39B13B: hue angle of 121º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39B13B is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB5717759-
CMYK0.6800.670.31
HSL121º51.28%45.88%-
HSV(B)121º67.8%69.41%-
XYZ18.232.639.48-
YUV127.6789.2477.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.45%
GREEN value IS 177 (69.53% from 255) = 60.41%
BLUE value IS 59 (23.44% from 255) = 20.14%
R=19.45%
G=60.41%
B=20.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal57177590.6800.670.3112151.2845.88
Hex39B13B440431F79332e
Octal71261731040103371716356
Binary11100110110001111011100010001000011111111111001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,177,59); }

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

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

 a { background-color: rgb(57,177,59); }

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

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

 span { border-color: rgb(57,177,59); }

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