Shades of Lime Green #12DA29
Tints of Lime Green #12DA29
RGB
CMYK
RGB Variations
Color information
#12DA29 (or 0x12DA29) is known color: Lime Green. HEX triplet: 12, DA and 29. RGB value is (18,218,41). Sum of RGB (Red+Green+Blue) = 18+218+41=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 218 (85.55% from 255 or 78.70% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 218 - color contains mainly: green. Hex color #12DA29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DA29 is #ED25D6. Grayscale: #8A8A8A. Windows color (decimal): -15541719 or 2742802. OLE color: 2742802.
HSL color Cylindrical-coordinate representation of color #12DA29: hue angle of 126.9º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DA29 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 218 | 41 | - |
| CMYK | 0.92 | 0 | 0.81 | 0.15 |
| HSL | 126.9º | 0.85% | 0.46% | - |
| HSV(B) | 126.9º | 0.92% | 0.85% | - |
| XYZ | 25.72 | 50.43 | 10.48 | - |
| YUV | 138.02 | 73.24 | 42.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 218 | 41 | 0.92 | 0 | 0.81 | 0.15 | 126.9 | 0.85 | 0.46 |
| Hex | 12 | DA | 29 | 5C | 0 | 51 | F | 7F | 55 | 2E |
| Octal | 22 | 332 | 51 | 134 | 0 | 121 | 17 | 177 | 125 | 56 |
| Binary | 10010 | 11011010 | 101001 | 1011100 | 0 | 1010001 | 1111 | 1111111 | 1010101 | 101110 |
Color Harmonies of #12DA29
Complementary color
Monochromatic Colors of #12DA29
Black with #12DA29
Text Example
Text Example
White with #12DA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DA29; }
p { color: rgb(18,218,41); }
H1.HeaderClassName
{
color: #12DA29;
}
.AnyTagClassName
{
color: #12DA29;
}
</style>
background-color css
<style>
a { background-color: #12DA29; }
a { background-color: rgb(18,218,41); }
div.DivClassName
{
background-color: #12DA29;
}
.BgClassName
{
background-color: #12DA29;
}
</style>
border-color css
<style>
span { border-color: #12DA29; }
span { border-color: rgb(18,218,41); }
td.TdClassName
{
border-color: #12DA29;
}
.TagClassName
{
border-color: #12DA29;
}
</style>