#39B42F

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

Shades of Lime Green #39B42F

Tints of Lime Green #39B42F

Color information

#39B42F (or 0x39B42F) is unknown color: approx Lime Green. HEX triplet: 39, B4 and 2F. RGB value is (57,180,47). Sum of RGB (Red+Green+Blue) = 57+180+47=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 180 (70.70% from 255 or 63.38% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 180 - color contains mainly: green. Hex color #39B42F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39B42F is #C64BD0. Grayscale: #808080. Windows color (decimal): -12995537 or 3126329. OLE color: 3126329.

HSL color Cylindrical-coordinate representation of color #39B42F: hue angle of 115.49º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39B42F is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB5718047-
CMYK0.6800.740.29
HSL115.49º58.59%44.51%-
HSV(B)115.49º73.89%70.59%-
XYZ18.5233.728.22-
YUV128.0682.2577.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.07%
GREEN value IS 180 (70.70% from 255) = 63.38%
BLUE value IS 47 (18.75% from 255) = 16.55%
R=20.07%
G=63.38%
B=16.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal57180470.6800.740.29115.4958.5944.51
Hex39B42F4404A1D733b2d
Octal71264571040112351637355
Binary11100110110100101111100010001001010111011110011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,180,47); }

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

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

 a { background-color: rgb(57,180,47); }

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

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

 span { border-color: rgb(57,180,47); }

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