Shades of Lime Green #15CE12
Tints of Lime Green #15CE12
RGB
CMYK
RGB Variations
Color information
#15CE12 (or 0x15CE12) is known color: Lime Green. HEX triplet: 15, CE and 12. RGB value is (21,206,18). Sum of RGB (Red+Green+Blue) = 21+206+18=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 206 (80.86% from 255 or 84.08% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 206 - color contains mainly: green. Hex color #15CE12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15CE12 is #EA31ED. Grayscale: #818181. Windows color (decimal): -15348206 or 1232405. OLE color: 1232405.
HSL color Cylindrical-coordinate representation of color #15CE12: hue angle of 119.04º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15CE12 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 206 | 18 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.19 |
| HSL | 119.04º | 0.84% | 0.44% | - |
| HSV(B) | 119.04º | 0.91% | 0.81% | - |
| XYZ | 22.49 | 44.35 | 7.95 | - |
| YUV | 129.25 | 65.21 | 50.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 206 | 18 | 0.90 | 0 | 0.91 | 0.19 | 119.04 | 0.84 | 0.44 |
| Hex | 15 | CE | 12 | 5A | 0 | 5B | 13 | 77 | 54 | 2C |
| Octal | 25 | 316 | 22 | 132 | 0 | 133 | 23 | 167 | 124 | 54 |
| Binary | 10101 | 11001110 | 10010 | 1011010 | 0 | 1011011 | 10011 | 1110111 | 1010100 | 101100 |
Color Harmonies of #15CE12
Complementary color
Monochromatic Colors of #15CE12
Black with #15CE12
Text Example
Text Example
White with #15CE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CE12; }
p { color: rgb(21,206,18); }
H1.HeaderClassName
{
color: #15CE12;
}
.AnyTagClassName
{
color: #15CE12;
}
</style>
background-color css
<style>
a { background-color: #15CE12; }
a { background-color: rgb(21,206,18); }
div.DivClassName
{
background-color: #15CE12;
}
.BgClassName
{
background-color: #15CE12;
}
</style>
border-color css
<style>
span { border-color: #15CE12; }
span { border-color: rgb(21,206,18); }
td.TdClassName
{
border-color: #15CE12;
}
.TagClassName
{
border-color: #15CE12;
}
</style>