Shades of Lime Green #18DB2D
Tints of Lime Green #18DB2D
RGB
CMYK
RGB Variations
Color information
#18DB2D (or 0x18DB2D) is known color: Lime Green. HEX triplet: 18, DB and 2D. RGB value is (24,219,45). Sum of RGB (Red+Green+Blue) = 24+219+45=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 219 (85.94% from 255 or 76.04% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 219 - color contains mainly: green. Hex color #18DB2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DB2D is #E724D2. Grayscale: #8D8D8D. Windows color (decimal): -15148243 or 3005208. OLE color: 3005208.
HSL color Cylindrical-coordinate representation of color #18DB2D: hue angle of 126.46º 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 #18DB2D is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 219 | 45 | - |
| CMYK | 0.89 | 0 | 0.79 | 0.14 |
| HSL | 126.46º | 0.8% | 0.48% | - |
| HSV(B) | 126.46º | 0.89% | 0.86% | - |
| XYZ | 26.18 | 51.05 | 10.96 | - |
| YUV | 140.86 | 73.9 | 44.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 219 | 45 | 0.89 | 0 | 0.79 | 0.14 | 126.46 | 0.8 | 0.48 |
| Hex | 18 | DB | 2D | 59 | 0 | 4F | E | 7E | 50 | 30 |
| Octal | 30 | 333 | 55 | 131 | 0 | 117 | 16 | 176 | 120 | 60 |
| Binary | 11000 | 11011011 | 101101 | 1011001 | 0 | 1001111 | 1110 | 1111110 | 1010000 | 110000 |
Color Harmonies of #18DB2D
Complementary color
Monochromatic Colors of #18DB2D
Black with #18DB2D
Text Example
Text Example
White with #18DB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DB2D; }
p { color: rgb(24,219,45); }
H1.HeaderClassName
{
color: #18DB2D;
}
.AnyTagClassName
{
color: #18DB2D;
}
</style>
background-color css
<style>
a { background-color: #18DB2D; }
a { background-color: rgb(24,219,45); }
div.DivClassName
{
background-color: #18DB2D;
}
.BgClassName
{
background-color: #18DB2D;
}
</style>
border-color css
<style>
span { border-color: #18DB2D; }
span { border-color: rgb(24,219,45); }
td.TdClassName
{
border-color: #18DB2D;
}
.TagClassName
{
border-color: #18DB2D;
}
</style>