#39B132

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

Shades of Lime Green #39B132

Tints of Lime Green #39B132

Color information

#39B132 (or 0x39B132) is unknown color: approx Lime Green. HEX triplet: 39, B1 and 32. RGB value is (57,177,50). Sum of RGB (Red+Green+Blue) = 57+177+50=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 177 (69.53% from 255 or 62.32% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 177 - color contains mainly: green. Hex color #39B132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39B132 is #C64ECD. Grayscale: #7F7F7F. Windows color (decimal): -12996302 or 3322169. OLE color: 3322169.

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

Color convert

RGB5717750-
CMYK0.6800.720.31
HSL116.69º55.95%44.51%-
HSV(B)116.69º71.75%69.41%-
XYZ17.9932.548.35-
YUV126.6484.7478.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.07%
GREEN value IS 177 (69.53% from 255) = 62.32%
BLUE value IS 50 (19.92% from 255) = 17.61%
R=20.07%
G=62.32%
B=17.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal57177500.6800.720.31116.6955.9544.51
Hex39B132440481F75382d
Octal71261621040110371657055
Binary11100110110001110010100010001001000111111110101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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