Shades of Lime Green #18D52F
Tints of Lime Green #18D52F
RGB
CMYK
RGB Variations
Color information
#18D52F (or 0x18D52F) is known color: Lime Green. HEX triplet: 18, D5 and 2F. RGB value is (24,213,47). Sum of RGB (Red+Green+Blue) = 24+213+47=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 213 (83.59% from 255 or 75% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 213 - color contains mainly: green. Hex color #18D52F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D52F is #E72AD0. Grayscale: #8A8A8A. Windows color (decimal): -15149777 or 3134744. OLE color: 3134744.
HSL color Cylindrical-coordinate representation of color #18D52F: hue angle of 127.3º 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 #18D52F is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 213 | 47 | - |
| CMYK | 0.89 | 0 | 0.78 | 0.16 |
| HSL | 127.3º | 0.8% | 0.46% | - |
| HSV(B) | 127.3º | 0.89% | 0.84% | - |
| XYZ | 24.68 | 47.99 | 10.65 | - |
| YUV | 137.57 | 76.88 | 47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 213 | 47 | 0.89 | 0 | 0.78 | 0.16 | 127.3 | 0.8 | 0.46 |
| Hex | 18 | D5 | 2F | 59 | 0 | 4E | 10 | 7F | 50 | 2E |
| Octal | 30 | 325 | 57 | 131 | 0 | 116 | 20 | 177 | 120 | 56 |
| Binary | 11000 | 11010101 | 101111 | 1011001 | 0 | 1001110 | 10000 | 1111111 | 1010000 | 101110 |
Color Harmonies of #18D52F
Complementary color
Monochromatic Colors of #18D52F
Black with #18D52F
Text Example
Text Example
White with #18D52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D52F; }
p { color: rgb(24,213,47); }
H1.HeaderClassName
{
color: #18D52F;
}
.AnyTagClassName
{
color: #18D52F;
}
</style>
background-color css
<style>
a { background-color: #18D52F; }
a { background-color: rgb(24,213,47); }
div.DivClassName
{
background-color: #18D52F;
}
.BgClassName
{
background-color: #18D52F;
}
</style>
border-color css
<style>
span { border-color: #18D52F; }
span { border-color: rgb(24,213,47); }
td.TdClassName
{
border-color: #18D52F;
}
.TagClassName
{
border-color: #18D52F;
}
</style>