Shades of Lime Green #18CE12
Tints of Lime Green #18CE12
RGB
CMYK
RGB Variations
Color information
#18CE12 (or 0x18CE12) is known color: Lime Green. HEX triplet: 18, CE and 12. RGB value is (24,206,18). Sum of RGB (Red+Green+Blue) = 24+206+18=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 206 (80.86% from 255 or 83.06% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 206 - color contains mainly: green. Hex color #18CE12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18CE12 is #E731ED. Grayscale: #828282. Windows color (decimal): -15151598 or 1232408. OLE color: 1232408.
HSL color Cylindrical-coordinate representation of color #18CE12: hue angle of 118.09º 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 #18CE12 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 206 | 18 | - |
| CMYK | 0.88 | 0 | 0.91 | 0.19 |
| HSL | 118.09º | 0.84% | 0.44% | - |
| HSV(B) | 118.09º | 0.91% | 0.81% | - |
| XYZ | 22.56 | 44.38 | 7.95 | - |
| YUV | 130.15 | 64.7 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 206 | 18 | 0.88 | 0 | 0.91 | 0.19 | 118.09 | 0.84 | 0.44 |
| Hex | 18 | CE | 12 | 58 | 0 | 5B | 13 | 76 | 54 | 2C |
| Octal | 30 | 316 | 22 | 130 | 0 | 133 | 23 | 166 | 124 | 54 |
| Binary | 11000 | 11001110 | 10010 | 1011000 | 0 | 1011011 | 10011 | 1110110 | 1010100 | 101100 |
Color Harmonies of #18CE12
Complementary color
Monochromatic Colors of #18CE12
Black with #18CE12
Text Example
Text Example
White with #18CE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CE12; }
p { color: rgb(24,206,18); }
H1.HeaderClassName
{
color: #18CE12;
}
.AnyTagClassName
{
color: #18CE12;
}
</style>
background-color css
<style>
a { background-color: #18CE12; }
a { background-color: rgb(24,206,18); }
div.DivClassName
{
background-color: #18CE12;
}
.BgClassName
{
background-color: #18CE12;
}
</style>
border-color css
<style>
span { border-color: #18CE12; }
span { border-color: rgb(24,206,18); }
td.TdClassName
{
border-color: #18CE12;
}
.TagClassName
{
border-color: #18CE12;
}
</style>