Shades of Lime Green #18CE1D
Tints of Lime Green #18CE1D
RGB
CMYK
RGB Variations
Color information
#18CE1D (or 0x18CE1D) is known color: Lime Green. HEX triplet: 18, CE and 1D. RGB value is (24,206,29). Sum of RGB (Red+Green+Blue) = 24+206+29=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 206 (80.86% from 255 or 79.54% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 206 - color contains mainly: green. Hex color #18CE1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CE1D is #E731E2. Grayscale: #838383. Windows color (decimal): -15151587 or 1953304. OLE color: 1953304.
HSL color Cylindrical-coordinate representation of color #18CE1D: hue angle of 121.65º 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 #18CE1D is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 206 | 29 | - |
| CMYK | 0.88 | 0 | 0.86 | 0.19 |
| HSL | 121.65º | 0.79% | 0.45% | - |
| HSV(B) | 121.65º | 0.88% | 0.81% | - |
| XYZ | 22.67 | 44.43 | 8.54 | - |
| YUV | 131.4 | 70.2 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 206 | 29 | 0.88 | 0 | 0.86 | 0.19 | 121.65 | 0.79 | 0.45 |
| Hex | 18 | CE | 1D | 58 | 0 | 56 | 13 | 7A | 4F | 2D |
| Octal | 30 | 316 | 35 | 130 | 0 | 126 | 23 | 172 | 117 | 55 |
| Binary | 11000 | 11001110 | 11101 | 1011000 | 0 | 1010110 | 10011 | 1111010 | 1001111 | 101101 |
Color Harmonies of #18CE1D
Complementary color
Monochromatic Colors of #18CE1D
Black with #18CE1D
Text Example
Text Example
White with #18CE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CE1D; }
p { color: rgb(24,206,29); }
H1.HeaderClassName
{
color: #18CE1D;
}
.AnyTagClassName
{
color: #18CE1D;
}
</style>
background-color css
<style>
a { background-color: #18CE1D; }
a { background-color: rgb(24,206,29); }
div.DivClassName
{
background-color: #18CE1D;
}
.BgClassName
{
background-color: #18CE1D;
}
</style>
border-color css
<style>
span { border-color: #18CE1D; }
span { border-color: rgb(24,206,29); }
td.TdClassName
{
border-color: #18CE1D;
}
.TagClassName
{
border-color: #18CE1D;
}
</style>