Shades of Lime Green #18D52E
Tints of Lime Green #18D52E
RGB
CMYK
RGB Variations
Color information
#18D52E (or 0x18D52E) is known color: Lime Green. HEX triplet: 18, D5 and 2E. RGB value is (24,213,46). Sum of RGB (Red+Green+Blue) = 24+213+46=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 213 (83.59% from 255 or 75.27% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 213 - color contains mainly: green. Hex color #18D52E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D52E is #E72AD1. Grayscale: #898989. Windows color (decimal): -15149778 or 3069208. OLE color: 3069208.
HSL color Cylindrical-coordinate representation of color #18D52E: hue angle of 126.98º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D52E is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 213 | 46 | - |
| CMYK | 0.89 | 0 | 0.78 | 0.16 |
| HSL | 126.98º | 0.8% | 0.46% | - |
| HSV(B) | 126.98º | 0.89% | 0.84% | - |
| XYZ | 24.66 | 47.98 | 10.55 | - |
| YUV | 137.45 | 76.38 | 47.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 213 | 46 | 0.89 | 0 | 0.78 | 0.16 | 126.98 | 0.8 | 0.46 |
| Hex | 18 | D5 | 2E | 59 | 0 | 4E | 10 | 7F | 50 | 2E |
| Octal | 30 | 325 | 56 | 131 | 0 | 116 | 20 | 177 | 120 | 56 |
| Binary | 11000 | 11010101 | 101110 | 1011001 | 0 | 1001110 | 10000 | 1111111 | 1010000 | 101110 |
Color Harmonies of #18D52E
Complementary color
Monochromatic Colors of #18D52E
Black with #18D52E
Text Example
Text Example
White with #18D52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D52E; }
p { color: rgb(24,213,46); }
H1.HeaderClassName
{
color: #18D52E;
}
.AnyTagClassName
{
color: #18D52E;
}
</style>
background-color css
<style>
a { background-color: #18D52E; }
a { background-color: rgb(24,213,46); }
div.DivClassName
{
background-color: #18D52E;
}
.BgClassName
{
background-color: #18D52E;
}
</style>
border-color css
<style>
span { border-color: #18D52E; }
span { border-color: rgb(24,213,46); }
td.TdClassName
{
border-color: #18D52E;
}
.TagClassName
{
border-color: #18D52E;
}
</style>