Shades of Lime Green #18E02A
Tints of Lime Green #18E02A
RGB
CMYK
RGB Variations
Color information
#18E02A (or 0x18E02A) is known color: Lime Green. HEX triplet: 18, E0 and 2A. RGB value is (24,224,42). Sum of RGB (Red+Green+Blue) = 24+224+42=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 224 (87.89% from 255 or 77.24% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 224 - color contains mainly: green. Hex color #18E02A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18E02A is #E71FD5. Grayscale: #8F8F8F. Windows color (decimal): -15146966 or 2809880. OLE color: 2809880.
HSL color Cylindrical-coordinate representation of color #18E02A: hue angle of 125.4º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18E02A is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 24 | 224 | 42 | - |
| CMYK | 0.89 | 0 | 0.81 | 0.12 |
| HSL | 125.4º | 0.81% | 0.49% | - |
| HSV(B) | 125.4º | 0.89% | 0.88% | - |
| XYZ | 27.45 | 53.67 | 11.1 | - |
| YUV | 143.45 | 70.74 | 42.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 224 | 42 | 0.89 | 0 | 0.81 | 0.12 | 125.4 | 0.81 | 0.49 |
| Hex | 18 | E0 | 2A | 59 | 0 | 51 | C | 7D | 51 | 31 |
| Octal | 30 | 340 | 52 | 131 | 0 | 121 | 14 | 175 | 121 | 61 |
| Binary | 11000 | 11100000 | 101010 | 1011001 | 0 | 1010001 | 1100 | 1111101 | 1010001 | 110001 |
Color Harmonies of #18E02A
Complementary color
Monochromatic Colors of #18E02A
Black with #18E02A
Text Example
Text Example
White with #18E02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E02A; }
p { color: rgb(24,224,42); }
H1.HeaderClassName
{
color: #18E02A;
}
.AnyTagClassName
{
color: #18E02A;
}
</style>
background-color css
<style>
a { background-color: #18E02A; }
a { background-color: rgb(24,224,42); }
div.DivClassName
{
background-color: #18E02A;
}
.BgClassName
{
background-color: #18E02A;
}
</style>
border-color css
<style>
span { border-color: #18E02A; }
span { border-color: rgb(24,224,42); }
td.TdClassName
{
border-color: #18E02A;
}
.TagClassName
{
border-color: #18E02A;
}
</style>