Shades of Lime Green #18E52C
Tints of Lime Green #18E52C
RGB
CMYK
RGB Variations
Color information
#18E52C (or 0x18E52C) is known color: Lime Green. HEX triplet: 18, E5 and 2C. RGB value is (24,229,44). Sum of RGB (Red+Green+Blue) = 24+229+44=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 229 (89.84% from 255 or 77.10% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 229 - color contains mainly: green. Hex color #18E52C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18E52C is #E71AD3. Grayscale: #939393. Windows color (decimal): -15145684 or 2942232. OLE color: 2942232.
HSL color Cylindrical-coordinate representation of color #18E52C: hue angle of 125.85º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E52C is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 24 | 229 | 44 | - |
| CMYK | 0.90 | 0 | 0.81 | 0.10 |
| HSL | 125.85º | 0.81% | 0.5% | - |
| HSV(B) | 125.85º | 0.9% | 0.9% | - |
| XYZ | 28.85 | 56.41 | 11.75 | - |
| YUV | 146.62 | 70.08 | 40.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 229 | 44 | 0.90 | 0 | 0.81 | 0.10 | 125.85 | 0.81 | 0.5 |
| Hex | 18 | E5 | 2C | 5A | 0 | 51 | A | 7E | 51 | 32 |
| Octal | 30 | 345 | 54 | 132 | 0 | 121 | 12 | 176 | 121 | 62 |
| Binary | 11000 | 11100101 | 101100 | 1011010 | 0 | 1010001 | 1010 | 1111110 | 1010001 | 110010 |
Color Harmonies of #18E52C
Complementary color
Monochromatic Colors of #18E52C
Black with #18E52C
Text Example
Text Example
White with #18E52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E52C; }
p { color: rgb(24,229,44); }
H1.HeaderClassName
{
color: #18E52C;
}
.AnyTagClassName
{
color: #18E52C;
}
</style>
background-color css
<style>
a { background-color: #18E52C; }
a { background-color: rgb(24,229,44); }
div.DivClassName
{
background-color: #18E52C;
}
.BgClassName
{
background-color: #18E52C;
}
</style>
border-color css
<style>
span { border-color: #18E52C; }
span { border-color: rgb(24,229,44); }
td.TdClassName
{
border-color: #18E52C;
}
.TagClassName
{
border-color: #18E52C;
}
</style>