Shades of Lime Green #18CE1E
Tints of Lime Green #18CE1E
RGB
CMYK
RGB Variations
Color information
#18CE1E (or 0x18CE1E) is known color: Lime Green. HEX triplet: 18, CE and 1E. RGB value is (24,206,30). Sum of RGB (Red+Green+Blue) = 24+206+30=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 206 (80.86% from 255 or 79.23% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 206 - color contains mainly: green. Hex color #18CE1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CE1E is #E731E1. Grayscale: #848484. Windows color (decimal): -15151586 or 2018840. OLE color: 2018840.
HSL color Cylindrical-coordinate representation of color #18CE1E: hue angle of 121.98º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CE1E is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 206 | 30 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.19 |
| HSL | 121.98º | 0.79% | 0.45% | - |
| HSV(B) | 121.98º | 0.88% | 0.81% | - |
| XYZ | 22.68 | 44.43 | 8.61 | - |
| YUV | 131.52 | 70.7 | 51.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 206 | 30 | 0.88 | 0 | 0.85 | 0.19 | 121.98 | 0.79 | 0.45 |
| Hex | 18 | CE | 1E | 58 | 0 | 55 | 13 | 7A | 4F | 2D |
| Octal | 30 | 316 | 36 | 130 | 0 | 125 | 23 | 172 | 117 | 55 |
| Binary | 11000 | 11001110 | 11110 | 1011000 | 0 | 1010101 | 10011 | 1111010 | 1001111 | 101101 |
Color Harmonies of #18CE1E
Complementary color
Monochromatic Colors of #18CE1E
Black with #18CE1E
Text Example
Text Example
White with #18CE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CE1E; }
p { color: rgb(24,206,30); }
H1.HeaderClassName
{
color: #18CE1E;
}
.AnyTagClassName
{
color: #18CE1E;
}
</style>
background-color css
<style>
a { background-color: #18CE1E; }
a { background-color: rgb(24,206,30); }
div.DivClassName
{
background-color: #18CE1E;
}
.BgClassName
{
background-color: #18CE1E;
}
</style>
border-color css
<style>
span { border-color: #18CE1E; }
span { border-color: rgb(24,206,30); }
td.TdClassName
{
border-color: #18CE1E;
}
.TagClassName
{
border-color: #18CE1E;
}
</style>