Shades of Lime Green #18D41F
Tints of Lime Green #18D41F
RGB
CMYK
RGB Variations
Color information
#18D41F (or 0x18D41F) is known color: Lime Green. HEX triplet: 18, D4 and 1F. RGB value is (24,212,31). Sum of RGB (Red+Green+Blue) = 24+212+31=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 212 (83.20% from 255 or 79.40% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 212 - color contains mainly: green. Hex color #18D41F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D41F is #E72BE0. Grayscale: #878787. Windows color (decimal): -15150049 or 2085912. OLE color: 2085912.
HSL color Cylindrical-coordinate representation of color #18D41F: hue angle of 122.23º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D41F is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 24 | 212 | 31 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.17 |
| HSL | 122.23º | 0.8% | 0.46% | - |
| HSV(B) | 122.23º | 0.89% | 0.83% | - |
| XYZ | 24.17 | 47.38 | 9.17 | - |
| YUV | 135.15 | 69.22 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 212 | 31 | 0.89 | 0 | 0.85 | 0.17 | 122.23 | 0.8 | 0.46 |
| Hex | 18 | D4 | 1F | 59 | 0 | 55 | 11 | 7A | 50 | 2E |
| Octal | 30 | 324 | 37 | 131 | 0 | 125 | 21 | 172 | 120 | 56 |
| Binary | 11000 | 11010100 | 11111 | 1011001 | 0 | 1010101 | 10001 | 1111010 | 1010000 | 101110 |
Color Harmonies of #18D41F
Complementary color
Monochromatic Colors of #18D41F
Black with #18D41F
Text Example
Text Example
White with #18D41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D41F; }
p { color: rgb(24,212,31); }
H1.HeaderClassName
{
color: #18D41F;
}
.AnyTagClassName
{
color: #18D41F;
}
</style>
background-color css
<style>
a { background-color: #18D41F; }
a { background-color: rgb(24,212,31); }
div.DivClassName
{
background-color: #18D41F;
}
.BgClassName
{
background-color: #18D41F;
}
</style>
border-color css
<style>
span { border-color: #18D41F; }
span { border-color: rgb(24,212,31); }
td.TdClassName
{
border-color: #18D41F;
}
.TagClassName
{
border-color: #18D41F;
}
</style>