Shades of Lime Green #18D028
Tints of Lime Green #18D028
RGB
CMYK
RGB Variations
Color information
#18D028 (or 0x18D028) is known color: Lime Green. HEX triplet: 18, D0 and 28. RGB value is (24,208,40). Sum of RGB (Red+Green+Blue) = 24+208+40=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 208 (81.64% from 255 or 76.47% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 208 - color contains mainly: green. Hex color #18D028 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D028 is #E72FD7. Grayscale: #868686. Windows color (decimal): -15151064 or 2674712. OLE color: 2674712.
HSL color Cylindrical-coordinate representation of color #18D028: hue angle of 125.22º 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 #18D028 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 208 | 40 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.18 |
| HSL | 125.22º | 0.79% | 0.45% | - |
| HSV(B) | 125.22º | 0.88% | 0.82% | - |
| XYZ | 23.32 | 45.46 | 9.55 | - |
| YUV | 133.83 | 75.04 | 49.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 208 | 40 | 0.88 | 0 | 0.81 | 0.18 | 125.22 | 0.79 | 0.45 |
| Hex | 18 | D0 | 28 | 58 | 0 | 51 | 12 | 7D | 4F | 2D |
| Octal | 30 | 320 | 50 | 130 | 0 | 121 | 22 | 175 | 117 | 55 |
| Binary | 11000 | 11010000 | 101000 | 1011000 | 0 | 1010001 | 10010 | 1111101 | 1001111 | 101101 |
Color Harmonies of #18D028
Complementary color
Monochromatic Colors of #18D028
Black with #18D028
Text Example
Text Example
White with #18D028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D028; }
p { color: rgb(24,208,40); }
H1.HeaderClassName
{
color: #18D028;
}
.AnyTagClassName
{
color: #18D028;
}
</style>
background-color css
<style>
a { background-color: #18D028; }
a { background-color: rgb(24,208,40); }
div.DivClassName
{
background-color: #18D028;
}
.BgClassName
{
background-color: #18D028;
}
</style>
border-color css
<style>
span { border-color: #18D028; }
span { border-color: rgb(24,208,40); }
td.TdClassName
{
border-color: #18D028;
}
.TagClassName
{
border-color: #18D028;
}
</style>