Shades of Lime Green #18D029
Tints of Lime Green #18D029
RGB
CMYK
RGB Variations
Color information
#18D029 (or 0x18D029) is known color: Lime Green. HEX triplet: 18, D0 and 29. RGB value is (24,208,41). Sum of RGB (Red+Green+Blue) = 24+208+41=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 208 (81.64% from 255 or 76.19% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 208 - color contains mainly: green. Hex color #18D029 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D029 is #E72FD6. Grayscale: #868686. Windows color (decimal): -15151063 or 2740248. OLE color: 2740248.
HSL color Cylindrical-coordinate representation of color #18D029: hue angle of 125.54º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18D029 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 208 | 41 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.18 |
| HSL | 125.54º | 0.79% | 0.45% | - |
| HSV(B) | 125.54º | 0.88% | 0.82% | - |
| XYZ | 23.33 | 45.47 | 9.64 | - |
| YUV | 133.95 | 75.54 | 49.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 208 | 41 | 0.88 | 0 | 0.80 | 0.18 | 125.54 | 0.79 | 0.45 |
| Hex | 18 | D0 | 29 | 58 | 0 | 50 | 12 | 7E | 4F | 2D |
| Octal | 30 | 320 | 51 | 130 | 0 | 120 | 22 | 176 | 117 | 55 |
| Binary | 11000 | 11010000 | 101001 | 1011000 | 0 | 1010000 | 10010 | 1111110 | 1001111 | 101101 |
Color Harmonies of #18D029
Complementary color
Monochromatic Colors of #18D029
Black with #18D029
Text Example
Text Example
White with #18D029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D029; }
p { color: rgb(24,208,41); }
H1.HeaderClassName
{
color: #18D029;
}
.AnyTagClassName
{
color: #18D029;
}
</style>
background-color css
<style>
a { background-color: #18D029; }
a { background-color: rgb(24,208,41); }
div.DivClassName
{
background-color: #18D029;
}
.BgClassName
{
background-color: #18D029;
}
</style>
border-color css
<style>
span { border-color: #18D029; }
span { border-color: rgb(24,208,41); }
td.TdClassName
{
border-color: #18D029;
}
.TagClassName
{
border-color: #18D029;
}
</style>