Shades of Lime Green #18D42C
Tints of Lime Green #18D42C
RGB
CMYK
RGB Variations
Color information
#18D42C (or 0x18D42C) is known color: Lime Green. HEX triplet: 18, D4 and 2C. RGB value is (24,212,44). Sum of RGB (Red+Green+Blue) = 24+212+44=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 212 (83.20% from 255 or 75.71% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 212 - color contains mainly: green. Hex color #18D42C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D42C is #E72BD3. Grayscale: #898989. Windows color (decimal): -15150036 or 2937880. OLE color: 2937880.
HSL color Cylindrical-coordinate representation of color #18D42C: hue angle of 126.38º 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 #18D42C is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 24 | 212 | 44 | - |
| CMYK | 0.89 | 0 | 0.79 | 0.17 |
| HSL | 126.38º | 0.8% | 0.46% | - |
| HSV(B) | 126.38º | 0.89% | 0.83% | - |
| XYZ | 24.37 | 47.46 | 10.26 | - |
| YUV | 136.64 | 75.72 | 47.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 212 | 44 | 0.89 | 0 | 0.79 | 0.17 | 126.38 | 0.8 | 0.46 |
| Hex | 18 | D4 | 2C | 59 | 0 | 4F | 11 | 7E | 50 | 2E |
| Octal | 30 | 324 | 54 | 131 | 0 | 117 | 21 | 176 | 120 | 56 |
| Binary | 11000 | 11010100 | 101100 | 1011001 | 0 | 1001111 | 10001 | 1111110 | 1010000 | 101110 |
Color Harmonies of #18D42C
Complementary color
Monochromatic Colors of #18D42C
Black with #18D42C
Text Example
Text Example
White with #18D42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D42C; }
p { color: rgb(24,212,44); }
H1.HeaderClassName
{
color: #18D42C;
}
.AnyTagClassName
{
color: #18D42C;
}
</style>
background-color css
<style>
a { background-color: #18D42C; }
a { background-color: rgb(24,212,44); }
div.DivClassName
{
background-color: #18D42C;
}
.BgClassName
{
background-color: #18D42C;
}
</style>
border-color css
<style>
span { border-color: #18D42C; }
span { border-color: rgb(24,212,44); }
td.TdClassName
{
border-color: #18D42C;
}
.TagClassName
{
border-color: #18D42C;
}
</style>