Shades of Lime Green #12DC29
Tints of Lime Green #12DC29
RGB
CMYK
RGB Variations
Color information
#12DC29 (or 0x12DC29) is known color: Lime Green. HEX triplet: 12, DC and 29. RGB value is (18,220,41). Sum of RGB (Red+Green+Blue) = 18+220+41=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 220 (86.33% from 255 or 78.85% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DC29 is #ED23D6. Grayscale: #8B8B8B. Windows color (decimal): -15541207 or 2743314. OLE color: 2743314.
HSL color Cylindrical-coordinate representation of color #12DC29: hue angle of 126.83º 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 #12DC29 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 41 | - |
| CMYK | 0.92 | 0 | 0.81 | 0.14 |
| HSL | 126.83º | 0.85% | 0.47% | - |
| HSV(B) | 126.83º | 0.92% | 0.86% | - |
| XYZ | 26.24 | 51.48 | 10.65 | - |
| YUV | 139.2 | 72.58 | 41.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 41 | 0.92 | 0 | 0.81 | 0.14 | 126.83 | 0.85 | 0.47 |
| Hex | 12 | DC | 29 | 5C | 0 | 51 | E | 7F | 55 | 2F |
| Octal | 22 | 334 | 51 | 134 | 0 | 121 | 16 | 177 | 125 | 57 |
| Binary | 10010 | 11011100 | 101001 | 1011100 | 0 | 1010001 | 1110 | 1111111 | 1010101 | 101111 |
Color Harmonies of #12DC29
Complementary color
Monochromatic Colors of #12DC29
Black with #12DC29
Text Example
Text Example
White with #12DC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DC29; }
p { color: rgb(18,220,41); }
H1.HeaderClassName
{
color: #12DC29;
}
.AnyTagClassName
{
color: #12DC29;
}
</style>
background-color css
<style>
a { background-color: #12DC29; }
a { background-color: rgb(18,220,41); }
div.DivClassName
{
background-color: #12DC29;
}
.BgClassName
{
background-color: #12DC29;
}
</style>
border-color css
<style>
span { border-color: #12DC29; }
span { border-color: rgb(18,220,41); }
td.TdClassName
{
border-color: #12DC29;
}
.TagClassName
{
border-color: #12DC29;
}
</style>