Shades of Lime Green #18E026
Tints of Lime Green #18E026
RGB
CMYK
RGB Variations
Color information
#18E026 (or 0x18E026) is known color: Lime Green. HEX triplet: 18, E0 and 26. RGB value is (24,224,38). Sum of RGB (Red+Green+Blue) = 24+224+38=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 224 (87.89% from 255 or 78.32% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 224 - color contains mainly: green. Hex color #18E026 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18E026 is #E71FD9. Grayscale: #8F8F8F. Windows color (decimal): -15146970 or 2547736. OLE color: 2547736.
HSL color Cylindrical-coordinate representation of color #18E026: hue angle of 124.2º 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 #18E026 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 24 | 224 | 38 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.12 |
| HSL | 124.2º | 0.81% | 0.49% | - |
| HSV(B) | 124.2º | 0.89% | 0.88% | - |
| XYZ | 27.38 | 53.65 | 10.75 | - |
| YUV | 143 | 68.74 | 43.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 224 | 38 | 0.89 | 0 | 0.83 | 0.12 | 124.2 | 0.81 | 0.49 |
| Hex | 18 | E0 | 26 | 59 | 0 | 53 | C | 7C | 51 | 31 |
| Octal | 30 | 340 | 46 | 131 | 0 | 123 | 14 | 174 | 121 | 61 |
| Binary | 11000 | 11100000 | 100110 | 1011001 | 0 | 1010011 | 1100 | 1111100 | 1010001 | 110001 |
Color Harmonies of #18E026
Complementary color
Monochromatic Colors of #18E026
Black with #18E026
Text Example
Text Example
White with #18E026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E026; }
p { color: rgb(24,224,38); }
H1.HeaderClassName
{
color: #18E026;
}
.AnyTagClassName
{
color: #18E026;
}
</style>
background-color css
<style>
a { background-color: #18E026; }
a { background-color: rgb(24,224,38); }
div.DivClassName
{
background-color: #18E026;
}
.BgClassName
{
background-color: #18E026;
}
</style>
border-color css
<style>
span { border-color: #18E026; }
span { border-color: rgb(24,224,38); }
td.TdClassName
{
border-color: #18E026;
}
.TagClassName
{
border-color: #18E026;
}
</style>