Shades of Lime Green #18DC28
Tints of Lime Green #18DC28
RGB
CMYK
RGB Variations
Color information
#18DC28 (or 0x18DC28) is known color: Lime Green. HEX triplet: 18, DC and 28. RGB value is (24,220,40). Sum of RGB (Red+Green+Blue) = 24+220+40=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 220 (86.33% from 255 or 77.46% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DC28 is #E723D7. Grayscale: #8D8D8D. Windows color (decimal): -15147992 or 2677784. OLE color: 2677784.
HSL color Cylindrical-coordinate representation of color #18DC28: hue angle of 124.9º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DC28 is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 220 | 40 | - |
| CMYK | 0.89 | 0 | 0.82 | 0.14 |
| HSL | 124.9º | 0.8% | 0.48% | - |
| HSV(B) | 124.9º | 0.89% | 0.86% | - |
| XYZ | 26.35 | 51.53 | 10.57 | - |
| YUV | 140.88 | 71.07 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 220 | 40 | 0.89 | 0 | 0.82 | 0.14 | 124.9 | 0.8 | 0.48 |
| Hex | 18 | DC | 28 | 59 | 0 | 52 | E | 7D | 50 | 30 |
| Octal | 30 | 334 | 50 | 131 | 0 | 122 | 16 | 175 | 120 | 60 |
| Binary | 11000 | 11011100 | 101000 | 1011001 | 0 | 1010010 | 1110 | 1111101 | 1010000 | 110000 |
Color Harmonies of #18DC28
Complementary color
Monochromatic Colors of #18DC28
Black with #18DC28
Text Example
Text Example
White with #18DC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DC28; }
p { color: rgb(24,220,40); }
H1.HeaderClassName
{
color: #18DC28;
}
.AnyTagClassName
{
color: #18DC28;
}
</style>
background-color css
<style>
a { background-color: #18DC28; }
a { background-color: rgb(24,220,40); }
div.DivClassName
{
background-color: #18DC28;
}
.BgClassName
{
background-color: #18DC28;
}
</style>
border-color css
<style>
span { border-color: #18DC28; }
span { border-color: rgb(24,220,40); }
td.TdClassName
{
border-color: #18DC28;
}
.TagClassName
{
border-color: #18DC28;
}
</style>