Shades of Lime Green #12DB28
Tints of Lime Green #12DB28
RGB
CMYK
RGB Variations
Color information
#12DB28 (or 0x12DB28) is known color: Lime Green. HEX triplet: 12, DB and 28. RGB value is (18,219,40). Sum of RGB (Red+Green+Blue) = 18+219+40=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 219 (85.94% from 255 or 79.06% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DB28 is #ED24D7. Grayscale: #8B8B8B. Windows color (decimal): -15541464 or 2677522. OLE color: 2677522.
HSL color Cylindrical-coordinate representation of color #12DB28: hue angle of 126.57º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DB28 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 40 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.14 |
| HSL | 126.57º | 0.85% | 0.46% | - |
| HSV(B) | 126.57º | 0.92% | 0.86% | - |
| XYZ | 25.96 | 50.94 | 10.47 | - |
| YUV | 138.5 | 72.41 | 42.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 40 | 0.92 | 0 | 0.82 | 0.14 | 126.57 | 0.85 | 0.46 |
| Hex | 12 | DB | 28 | 5C | 0 | 52 | E | 7F | 55 | 2E |
| Octal | 22 | 333 | 50 | 134 | 0 | 122 | 16 | 177 | 125 | 56 |
| Binary | 10010 | 11011011 | 101000 | 1011100 | 0 | 1010010 | 1110 | 1111111 | 1010101 | 101110 |
Color Harmonies of #12DB28
Complementary color
Monochromatic Colors of #12DB28
Black with #12DB28
Text Example
Text Example
White with #12DB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DB28; }
p { color: rgb(18,219,40); }
H1.HeaderClassName
{
color: #12DB28;
}
.AnyTagClassName
{
color: #12DB28;
}
</style>
background-color css
<style>
a { background-color: #12DB28; }
a { background-color: rgb(18,219,40); }
div.DivClassName
{
background-color: #12DB28;
}
.BgClassName
{
background-color: #12DB28;
}
</style>
border-color css
<style>
span { border-color: #12DB28; }
span { border-color: rgb(18,219,40); }
td.TdClassName
{
border-color: #12DB28;
}
.TagClassName
{
border-color: #12DB28;
}
</style>