Shades of Lime Green #18CF14
Tints of Lime Green #18CF14
RGB
CMYK
RGB Variations
Color information
#18CF14 (or 0x18CF14) is known color: Lime Green. HEX triplet: 18, CF and 14. RGB value is (24,207,20). Sum of RGB (Red+Green+Blue) = 24+207+20=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 207 (81.25% from 255 or 82.47% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 207 - color contains mainly: green. Hex color #18CF14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18CF14 is #E730EB. Grayscale: #838383. Windows color (decimal): -15151340 or 1363736. OLE color: 1363736.
HSL color Cylindrical-coordinate representation of color #18CF14: hue angle of 118.72º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CF14 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 207 | 20 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.19 |
| HSL | 118.72º | 0.82% | 0.45% | - |
| HSV(B) | 118.72º | 0.9% | 0.81% | - |
| XYZ | 22.82 | 44.87 | 8.12 | - |
| YUV | 130.97 | 65.37 | 51.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 207 | 20 | 0.88 | 0 | 0.90 | 0.19 | 118.72 | 0.82 | 0.45 |
| Hex | 18 | CF | 14 | 58 | 0 | 5A | 13 | 77 | 52 | 2D |
| Octal | 30 | 317 | 24 | 130 | 0 | 132 | 23 | 167 | 122 | 55 |
| Binary | 11000 | 11001111 | 10100 | 1011000 | 0 | 1011010 | 10011 | 1110111 | 1010010 | 101101 |
Color Harmonies of #18CF14
Complementary color
Monochromatic Colors of #18CF14
Black with #18CF14
Text Example
Text Example
White with #18CF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CF14; }
p { color: rgb(24,207,20); }
H1.HeaderClassName
{
color: #18CF14;
}
.AnyTagClassName
{
color: #18CF14;
}
</style>
background-color css
<style>
a { background-color: #18CF14; }
a { background-color: rgb(24,207,20); }
div.DivClassName
{
background-color: #18CF14;
}
.BgClassName
{
background-color: #18CF14;
}
</style>
border-color css
<style>
span { border-color: #18CF14; }
span { border-color: rgb(24,207,20); }
td.TdClassName
{
border-color: #18CF14;
}
.TagClassName
{
border-color: #18CF14;
}
</style>