Shades of Lime Green #18D031
Tints of Lime Green #18D031
RGB
CMYK
RGB Variations
Color information
#18D031 (or 0x18D031) is known color: Lime Green. HEX triplet: 18, D0 and 31. RGB value is (24,208,49). Sum of RGB (Red+Green+Blue) = 24+208+49=281 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.54% from 281); Green value is 208 (81.64% from 255 or 74.02% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 208 - color contains mainly: green. Hex color #18D031 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D031 is #E72FCE. Grayscale: #878787. Windows color (decimal): -15151055 or 3264536. OLE color: 3264536.
HSL color Cylindrical-coordinate representation of color #18D031: hue angle of 128.15º 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 #18D031 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 208 | 49 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.18 |
| HSL | 128.15º | 0.79% | 0.45% | - |
| HSV(B) | 128.15º | 0.88% | 0.82% | - |
| XYZ | 23.49 | 45.53 | 10.46 | - |
| YUV | 134.86 | 79.54 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 208 | 49 | 0.88 | 0 | 0.76 | 0.18 | 128.15 | 0.79 | 0.45 |
| Hex | 18 | D0 | 31 | 58 | 0 | 4C | 12 | 80 | 4F | 2D |
| Octal | 30 | 320 | 61 | 130 | 0 | 114 | 22 | 200 | 117 | 55 |
| Binary | 11000 | 11010000 | 110001 | 1011000 | 0 | 1001100 | 10010 | 10000000 | 1001111 | 101101 |
Color Harmonies of #18D031
Complementary color
Monochromatic Colors of #18D031
Black with #18D031
Text Example
Text Example
White with #18D031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D031; }
p { color: rgb(24,208,49); }
H1.HeaderClassName
{
color: #18D031;
}
.AnyTagClassName
{
color: #18D031;
}
</style>
background-color css
<style>
a { background-color: #18D031; }
a { background-color: rgb(24,208,49); }
div.DivClassName
{
background-color: #18D031;
}
.BgClassName
{
background-color: #18D031;
}
</style>
border-color css
<style>
span { border-color: #18D031; }
span { border-color: rgb(24,208,49); }
td.TdClassName
{
border-color: #18D031;
}
.TagClassName
{
border-color: #18D031;
}
</style>