Shades of Lime Green #39DC12
Tints of Lime Green #39DC12
RGB
CMYK
RGB Variations
Color information
#39DC12 (or 0x39DC12) is known color: Lime Green. HEX triplet: 39, DC and 12. RGB value is (57,220,18). Sum of RGB (Red+Green+Blue) = 57+220+18=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 220 (86.33% from 255 or 74.58% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 220 - color contains mainly: green. Hex color #39DC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39DC12 is #C623ED. Grayscale: #949494. Windows color (decimal): -12985326 or 1236025. OLE color: 1236025.
HSL color Cylindrical-coordinate representation of color #39DC12: hue angle of 108.42º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #39DC12 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 220 | 18 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.14 |
| HSL | 108.42º | 0.85% | 0.47% | - |
| HSV(B) | 108.42º | 0.92% | 0.86% | - |
| XYZ | 27.39 | 52.1 | 9.18 | - |
| YUV | 148.24 | 54.5 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 220 | 18 | 0.74 | 0 | 0.92 | 0.14 | 108.42 | 0.85 | 0.47 |
| Hex | 39 | DC | 12 | 4A | 0 | 5C | E | 6C | 55 | 2F |
| Octal | 71 | 334 | 22 | 112 | 0 | 134 | 16 | 154 | 125 | 57 |
| Binary | 111001 | 11011100 | 10010 | 1001010 | 0 | 1011100 | 1110 | 1101100 | 1010101 | 101111 |
Color Harmonies of #39DC12
Complementary color
Monochromatic Colors of #39DC12
Black with #39DC12
Text Example
Text Example
White with #39DC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DC12; }
p { color: rgb(57,220,18); }
H1.HeaderClassName
{
color: #39DC12;
}
.AnyTagClassName
{
color: #39DC12;
}
</style>
background-color css
<style>
a { background-color: #39DC12; }
a { background-color: rgb(57,220,18); }
div.DivClassName
{
background-color: #39DC12;
}
.BgClassName
{
background-color: #39DC12;
}
</style>
border-color css
<style>
span { border-color: #39DC12; }
span { border-color: rgb(57,220,18); }
td.TdClassName
{
border-color: #39DC12;
}
.TagClassName
{
border-color: #39DC12;
}
</style>