Shades of Lime Green #39DF30
Tints of Lime Green #39DF30
RGB
CMYK
RGB Variations
Color information
#39DF30 (or 0x39DF30) is known color: Lime Green. HEX triplet: 39, DF and 30. RGB value is (57,223,48). Sum of RGB (Red+Green+Blue) = 57+223+48=328 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.38% from 328); Green value is 223 (87.5% from 255 or 67.99% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 223 - color contains mainly: green. Hex color #39DF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39DF30 is #C620CF. Grayscale: #999999. Windows color (decimal): -12984528 or 3202873. OLE color: 3202873.
HSL color Cylindrical-coordinate representation of color #39DF30: hue angle of 116.91º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39DF30 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 223 | 48 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.13 |
| HSL | 116.91º | 0.73% | 0.53% | - |
| HSV(B) | 116.91º | 0.78% | 0.87% | - |
| XYZ | 28.61 | 53.86 | 11.68 | - |
| YUV | 153.42 | 68.5 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 223 | 48 | 0.74 | 0 | 0.78 | 0.13 | 116.91 | 0.73 | 0.53 |
| Hex | 39 | DF | 30 | 4A | 0 | 4E | D | 75 | 49 | 35 |
| Octal | 71 | 337 | 60 | 112 | 0 | 116 | 15 | 165 | 111 | 65 |
| Binary | 111001 | 11011111 | 110000 | 1001010 | 0 | 1001110 | 1101 | 1110101 | 1001001 | 110101 |
Color Harmonies of #39DF30
Complementary color
Monochromatic Colors of #39DF30
Black with #39DF30
Text Example
Text Example
White with #39DF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DF30; }
p { color: rgb(57,223,48); }
H1.HeaderClassName
{
color: #39DF30;
}
.AnyTagClassName
{
color: #39DF30;
}
</style>
background-color css
<style>
a { background-color: #39DF30; }
a { background-color: rgb(57,223,48); }
div.DivClassName
{
background-color: #39DF30;
}
.BgClassName
{
background-color: #39DF30;
}
</style>
border-color css
<style>
span { border-color: #39DF30; }
span { border-color: rgb(57,223,48); }
td.TdClassName
{
border-color: #39DF30;
}
.TagClassName
{
border-color: #39DF30;
}
</style>