#39DD2C

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

Shades of Lime Green #39DD2C

Tints of Lime Green #39DD2C

Color information

#39DD2C (or 0x39DD2C) is unknown color: approx Lime Green. HEX triplet: 39, DD and 2C. RGB value is (57,221,44). Sum of RGB (Red+Green+Blue) = 57+221+44=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 221 (86.72% from 255 or 68.63% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 221 - color contains mainly: green. Hex color #39DD2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39DD2C is #C622D3. Grayscale: #989898. Windows color (decimal): -12985044 or 2940217. OLE color: 2940217.

HSL color Cylindrical-coordinate representation of color #39DD2C: hue angle of 115.59º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #39DD2C is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB5722144-
CMYK0.7400.800.13
HSL115.59º72.24%51.96%-
HSV(B)115.59º80.09%86.67%-
XYZ2852.7611.09-
YUV151.7967.1760.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.70%
GREEN value IS 221 (86.72% from 255) = 68.63%
BLUE value IS 44 (17.58% from 255) = 13.66%
R=17.70%
G=68.63%
B=13.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal57221440.7400.800.13115.5972.2451.96
Hex39DD2C4A050D744834
Octal713355411201201516411064
Binary11100111011101101100100101001010000110111101001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39DD2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,221,44); }

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

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

 a { background-color: rgb(57,221,44); }

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

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

 span { border-color: rgb(57,221,44); }

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