Shades of Lime Green #39DF2F
Tints of Lime Green #39DF2F
RGB
CMYK
RGB Variations
Color information
#39DF2F (or 0x39DF2F) is known color: Lime Green. HEX triplet: 39, DF and 2F. RGB value is (57,223,47). Sum of RGB (Red+Green+Blue) = 57+223+47=327 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.43% from 327); Green value is 223 (87.5% from 255 or 68.20% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 223 - color contains mainly: green. Hex color #39DF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39DF2F is #C620D0. Grayscale: #999999. Windows color (decimal): -12984529 or 3137337. OLE color: 3137337.
HSL color Cylindrical-coordinate representation of color #39DF2F: hue angle of 116.59º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #39DF2F is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 223 | 47 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.13 |
| HSL | 116.59º | 0.73% | 0.53% | - |
| HSV(B) | 116.59º | 0.79% | 0.87% | - |
| XYZ | 28.59 | 53.85 | 11.58 | - |
| YUV | 153.3 | 68 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 223 | 47 | 0.74 | 0 | 0.79 | 0.13 | 116.59 | 0.73 | 0.53 |
| Hex | 39 | DF | 2F | 4A | 0 | 4F | D | 75 | 49 | 35 |
| Octal | 71 | 337 | 57 | 112 | 0 | 117 | 15 | 165 | 111 | 65 |
| Binary | 111001 | 11011111 | 101111 | 1001010 | 0 | 1001111 | 1101 | 1110101 | 1001001 | 110101 |
Color Harmonies of #39DF2F
Complementary color
Monochromatic Colors of #39DF2F
Black with #39DF2F
Text Example
Text Example
White with #39DF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DF2F; }
p { color: rgb(57,223,47); }
H1.HeaderClassName
{
color: #39DF2F;
}
.AnyTagClassName
{
color: #39DF2F;
}
</style>
background-color css
<style>
a { background-color: #39DF2F; }
a { background-color: rgb(57,223,47); }
div.DivClassName
{
background-color: #39DF2F;
}
.BgClassName
{
background-color: #39DF2F;
}
</style>
border-color css
<style>
span { border-color: #39DF2F; }
span { border-color: rgb(57,223,47); }
td.TdClassName
{
border-color: #39DF2F;
}
.TagClassName
{
border-color: #39DF2F;
}
</style>