Shades of Lime Green #18CE14
Tints of Lime Green #18CE14
RGB
CMYK
RGB Variations
Color information
#18CE14 (or 0x18CE14) is known color: Lime Green. HEX triplet: 18, CE and 14. RGB value is (24,206,20). Sum of RGB (Red+Green+Blue) = 24+206+20=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 206 (80.86% from 255 or 82.4% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 206 - color contains mainly: green. Hex color #18CE14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18CE14 is #E731EB. Grayscale: #828282. Windows color (decimal): -15151596 or 1363480. OLE color: 1363480.
HSL color Cylindrical-coordinate representation of color #18CE14: hue angle of 118.71º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CE14 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 206 | 20 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.19 |
| HSL | 118.71º | 0.82% | 0.44% | - |
| HSV(B) | 118.71º | 0.9% | 0.81% | - |
| XYZ | 22.57 | 44.39 | 8.04 | - |
| YUV | 130.38 | 65.7 | 52.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 206 | 20 | 0.88 | 0 | 0.90 | 0.19 | 118.71 | 0.82 | 0.44 |
| Hex | 18 | CE | 14 | 58 | 0 | 5A | 13 | 77 | 52 | 2C |
| Octal | 30 | 316 | 24 | 130 | 0 | 132 | 23 | 167 | 122 | 54 |
| Binary | 11000 | 11001110 | 10100 | 1011000 | 0 | 1011010 | 10011 | 1110111 | 1010010 | 101100 |
Color Harmonies of #18CE14
Complementary color
Monochromatic Colors of #18CE14
Black with #18CE14
Text Example
Text Example
White with #18CE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CE14; }
p { color: rgb(24,206,20); }
H1.HeaderClassName
{
color: #18CE14;
}
.AnyTagClassName
{
color: #18CE14;
}
</style>
background-color css
<style>
a { background-color: #18CE14; }
a { background-color: rgb(24,206,20); }
div.DivClassName
{
background-color: #18CE14;
}
.BgClassName
{
background-color: #18CE14;
}
</style>
border-color css
<style>
span { border-color: #18CE14; }
span { border-color: rgb(24,206,20); }
td.TdClassName
{
border-color: #18CE14;
}
.TagClassName
{
border-color: #18CE14;
}
</style>