Shades of Lime Green #18E430
Tints of Lime Green #18E430
RGB
CMYK
RGB Variations
Color information
#18E430 (or 0x18E430) is known color: Lime Green. HEX triplet: 18, E4 and 30. RGB value is (24,228,48). Sum of RGB (Red+Green+Blue) = 24+228+48=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 228 (89.45% from 255 or 76% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 228 - color contains mainly: green. Hex color #18E430 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18E430 is #E71BCF. Grayscale: #929292. Windows color (decimal): -15145936 or 3204120. OLE color: 3204120.
HSL color Cylindrical-coordinate representation of color #18E430: hue angle of 127.06º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18E430 is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 24 | 228 | 48 | - |
| CMYK | 0.89 | 0 | 0.79 | 0.11 |
| HSL | 127.06º | 0.81% | 0.49% | - |
| HSV(B) | 127.06º | 0.89% | 0.89% | - |
| XYZ | 28.65 | 55.89 | 12.07 | - |
| YUV | 146.48 | 72.41 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 228 | 48 | 0.89 | 0 | 0.79 | 0.11 | 127.06 | 0.81 | 0.49 |
| Hex | 18 | E4 | 30 | 59 | 0 | 4F | B | 7F | 51 | 31 |
| Octal | 30 | 344 | 60 | 131 | 0 | 117 | 13 | 177 | 121 | 61 |
| Binary | 11000 | 11100100 | 110000 | 1011001 | 0 | 1001111 | 1011 | 1111111 | 1010001 | 110001 |
Color Harmonies of #18E430
Complementary color
Monochromatic Colors of #18E430
Black with #18E430
Text Example
Text Example
White with #18E430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E430; }
p { color: rgb(24,228,48); }
H1.HeaderClassName
{
color: #18E430;
}
.AnyTagClassName
{
color: #18E430;
}
</style>
background-color css
<style>
a { background-color: #18E430; }
a { background-color: rgb(24,228,48); }
div.DivClassName
{
background-color: #18E430;
}
.BgClassName
{
background-color: #18E430;
}
</style>
border-color css
<style>
span { border-color: #18E430; }
span { border-color: rgb(24,228,48); }
td.TdClassName
{
border-color: #18E430;
}
.TagClassName
{
border-color: #18E430;
}
</style>