Shades of Lime Green #18CD11
Tints of Lime Green #18CD11
RGB
CMYK
RGB Variations
Color information
#18CD11 (or 0x18CD11) is known color: Lime Green. HEX triplet: 18, CD and 11. RGB value is (24,205,17). Sum of RGB (Red+Green+Blue) = 24+205+17=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 205 (80.47% from 255 or 83.33% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 205 - color contains mainly: green. Hex color #18CD11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18CD11 is #E732EE. Grayscale: #828282. Windows color (decimal): -15151855 or 1166616. OLE color: 1166616.
HSL color Cylindrical-coordinate representation of color #18CD11: hue angle of 117.77º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18CD11 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 205 | 17 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.20 |
| HSL | 117.77º | 0.85% | 0.44% | - |
| HSV(B) | 117.77º | 0.92% | 0.8% | - |
| XYZ | 22.31 | 43.9 | 7.83 | - |
| YUV | 129.45 | 64.53 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 205 | 17 | 0.88 | 0 | 0.92 | 0.20 | 117.77 | 0.85 | 0.44 |
| Hex | 18 | CD | 11 | 58 | 0 | 5C | 14 | 76 | 55 | 2C |
| Octal | 30 | 315 | 21 | 130 | 0 | 134 | 24 | 166 | 125 | 54 |
| Binary | 11000 | 11001101 | 10001 | 1011000 | 0 | 1011100 | 10100 | 1110110 | 1010101 | 101100 |
Color Harmonies of #18CD11
Complementary color
Monochromatic Colors of #18CD11
Black with #18CD11
Text Example
Text Example
White with #18CD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CD11; }
p { color: rgb(24,205,17); }
H1.HeaderClassName
{
color: #18CD11;
}
.AnyTagClassName
{
color: #18CD11;
}
</style>
background-color css
<style>
a { background-color: #18CD11; }
a { background-color: rgb(24,205,17); }
div.DivClassName
{
background-color: #18CD11;
}
.BgClassName
{
background-color: #18CD11;
}
</style>
border-color css
<style>
span { border-color: #18CD11; }
span { border-color: rgb(24,205,17); }
td.TdClassName
{
border-color: #18CD11;
}
.TagClassName
{
border-color: #18CD11;
}
</style>