Shades of Lime Green #12DB27
Tints of Lime Green #12DB27
RGB
CMYK
RGB Variations
Color information
#12DB27 (or 0x12DB27) is known color: Lime Green. HEX triplet: 12, DB and 27. RGB value is (18,219,39). Sum of RGB (Red+Green+Blue) = 18+219+39=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 219 (85.94% from 255 or 79.35% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DB27 is #ED24D8. Grayscale: #8A8A8A. Windows color (decimal): -15541465 or 2611986. OLE color: 2611986.
HSL color Cylindrical-coordinate representation of color #12DB27: hue angle of 126.27º 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 #12DB27 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 39 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.14 |
| HSL | 126.27º | 0.85% | 0.46% | - |
| HSV(B) | 126.27º | 0.92% | 0.86% | - |
| XYZ | 25.95 | 50.94 | 10.38 | - |
| YUV | 138.38 | 71.91 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 39 | 0.92 | 0 | 0.82 | 0.14 | 126.27 | 0.85 | 0.46 |
| Hex | 12 | DB | 27 | 5C | 0 | 52 | E | 7E | 55 | 2E |
| Octal | 22 | 333 | 47 | 134 | 0 | 122 | 16 | 176 | 125 | 56 |
| Binary | 10010 | 11011011 | 100111 | 1011100 | 0 | 1010010 | 1110 | 1111110 | 1010101 | 101110 |
Color Harmonies of #12DB27
Complementary color
Monochromatic Colors of #12DB27
Black with #12DB27
Text Example
Text Example
White with #12DB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DB27; }
p { color: rgb(18,219,39); }
H1.HeaderClassName
{
color: #12DB27;
}
.AnyTagClassName
{
color: #12DB27;
}
</style>
background-color css
<style>
a { background-color: #12DB27; }
a { background-color: rgb(18,219,39); }
div.DivClassName
{
background-color: #12DB27;
}
.BgClassName
{
background-color: #12DB27;
}
</style>
border-color css
<style>
span { border-color: #12DB27; }
span { border-color: rgb(18,219,39); }
td.TdClassName
{
border-color: #12DB27;
}
.TagClassName
{
border-color: #12DB27;
}
</style>