Shades of Lime Green #18DB36
Tints of Lime Green #18DB36
RGB
CMYK
RGB Variations
Color information
#18DB36 (or 0x18DB36) is known color: Lime Green. HEX triplet: 18, DB and 36. RGB value is (24,219,54). Sum of RGB (Red+Green+Blue) = 24+219+54=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 219 (85.94% from 255 or 73.74% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 219 - color contains mainly: green. Hex color #18DB36 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DB36 is #E724C9. Grayscale: #8E8E8E. Windows color (decimal): -15148234 or 3595032. OLE color: 3595032.
HSL color Cylindrical-coordinate representation of color #18DB36: hue angle of 129.23º 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 #18DB36 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 219 | 54 | - |
| CMYK | 0.89 | 0 | 0.75 | 0.14 |
| HSL | 129.23º | 0.8% | 0.48% | - |
| HSV(B) | 129.23º | 0.89% | 0.86% | - |
| XYZ | 26.37 | 51.12 | 11.97 | - |
| YUV | 141.89 | 78.4 | 43.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 219 | 54 | 0.89 | 0 | 0.75 | 0.14 | 129.23 | 0.8 | 0.48 |
| Hex | 18 | DB | 36 | 59 | 0 | 4B | E | 81 | 50 | 30 |
| Octal | 30 | 333 | 66 | 131 | 0 | 113 | 16 | 201 | 120 | 60 |
| Binary | 11000 | 11011011 | 110110 | 1011001 | 0 | 1001011 | 1110 | 10000001 | 1010000 | 110000 |
Color Harmonies of #18DB36
Complementary color
Monochromatic Colors of #18DB36
Black with #18DB36
Text Example
Text Example
White with #18DB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DB36; }
p { color: rgb(24,219,54); }
H1.HeaderClassName
{
color: #18DB36;
}
.AnyTagClassName
{
color: #18DB36;
}
</style>
background-color css
<style>
a { background-color: #18DB36; }
a { background-color: rgb(24,219,54); }
div.DivClassName
{
background-color: #18DB36;
}
.BgClassName
{
background-color: #18DB36;
}
</style>
border-color css
<style>
span { border-color: #18DB36; }
span { border-color: rgb(24,219,54); }
td.TdClassName
{
border-color: #18DB36;
}
.TagClassName
{
border-color: #18DB36;
}
</style>