Shades of Lime Green #18DD2C
Tints of Lime Green #18DD2C
RGB
CMYK
RGB Variations
Color information
#18DD2C (or 0x18DD2C) is known color: Lime Green. HEX triplet: 18, DD and 2C. RGB value is (24,221,44). Sum of RGB (Red+Green+Blue) = 24+221+44=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 221 (86.72% from 255 or 76.47% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 221 - color contains mainly: green. Hex color #18DD2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DD2C is #E722D3. Grayscale: #8E8E8E. Windows color (decimal): -15147732 or 2940184. OLE color: 2940184.
HSL color Cylindrical-coordinate representation of color #18DD2C: hue angle of 126.09º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DD2C is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 221 | 44 | - |
| CMYK | 0.89 | 0 | 0.80 | 0.13 |
| HSL | 126.09º | 0.8% | 0.48% | - |
| HSV(B) | 126.09º | 0.89% | 0.87% | - |
| XYZ | 26.69 | 52.09 | 11.03 | - |
| YUV | 141.92 | 72.73 | 43.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 221 | 44 | 0.89 | 0 | 0.80 | 0.13 | 126.09 | 0.8 | 0.48 |
| Hex | 18 | DD | 2C | 59 | 0 | 50 | D | 7E | 50 | 30 |
| Octal | 30 | 335 | 54 | 131 | 0 | 120 | 15 | 176 | 120 | 60 |
| Binary | 11000 | 11011101 | 101100 | 1011001 | 0 | 1010000 | 1101 | 1111110 | 1010000 | 110000 |
Color Harmonies of #18DD2C
Complementary color
Monochromatic Colors of #18DD2C
Black with #18DD2C
Text Example
Text Example
White with #18DD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DD2C; }
p { color: rgb(24,221,44); }
H1.HeaderClassName
{
color: #18DD2C;
}
.AnyTagClassName
{
color: #18DD2C;
}
</style>
background-color css
<style>
a { background-color: #18DD2C; }
a { background-color: rgb(24,221,44); }
div.DivClassName
{
background-color: #18DD2C;
}
.BgClassName
{
background-color: #18DD2C;
}
</style>
border-color css
<style>
span { border-color: #18DD2C; }
span { border-color: rgb(24,221,44); }
td.TdClassName
{
border-color: #18DD2C;
}
.TagClassName
{
border-color: #18DD2C;
}
</style>