Shades of Lime Green #18C20D
Tints of Lime Green #18C20D
RGB
CMYK
RGB Variations
Color information
#18C20D (or 0x18C20D) is known color: Lime Green. HEX triplet: 18, C2 and 0D. RGB value is (24,194,13). Sum of RGB (Red+Green+Blue) = 24+194+13=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 194 (76.17% from 255 or 83.98% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 194 - color contains mainly: green. Hex color #18C20D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C20D is #E73DF2. Grayscale: #7B7B7B. Windows color (decimal): -15154675 or 901656. OLE color: 901656.
HSL color Cylindrical-coordinate representation of color #18C20D: hue angle of 116.35º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18C20D is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 194 | 13 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.24 |
| HSL | 116.35º | 0.87% | 0.41% | - |
| HSV(B) | 116.35º | 0.93% | 0.76% | - |
| XYZ | 19.74 | 38.81 | 6.83 | - |
| YUV | 122.54 | 66.18 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 194 | 13 | 0.88 | 0 | 0.93 | 0.24 | 116.35 | 0.87 | 0.41 |
| Hex | 18 | C2 | D | 58 | 0 | 5D | 18 | 74 | 57 | 29 |
| Octal | 30 | 302 | 15 | 130 | 0 | 135 | 30 | 164 | 127 | 51 |
| Binary | 11000 | 11000010 | 1101 | 1011000 | 0 | 1011101 | 11000 | 1110100 | 1010111 | 101001 |
Color Harmonies of #18C20D
Complementary color
Monochromatic Colors of #18C20D
Black with #18C20D
Text Example
Text Example
White with #18C20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C20D; }
p { color: rgb(24,194,13); }
H1.HeaderClassName
{
color: #18C20D;
}
.AnyTagClassName
{
color: #18C20D;
}
</style>
background-color css
<style>
a { background-color: #18C20D; }
a { background-color: rgb(24,194,13); }
div.DivClassName
{
background-color: #18C20D;
}
.BgClassName
{
background-color: #18C20D;
}
</style>
border-color css
<style>
span { border-color: #18C20D; }
span { border-color: rgb(24,194,13); }
td.TdClassName
{
border-color: #18C20D;
}
.TagClassName
{
border-color: #18C20D;
}
</style>