Shades of Lime Green #18D22C
Tints of Lime Green #18D22C
RGB
CMYK
RGB Variations
Color information
#18D22C (or 0x18D22C) is known color: Lime Green. HEX triplet: 18, D2 and 2C. RGB value is (24,210,44). Sum of RGB (Red+Green+Blue) = 24+210+44=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 210 (82.42% from 255 or 75.54% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 210 - color contains mainly: green. Hex color #18D22C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D22C is #E72DD3. Grayscale: #878787. Windows color (decimal): -15150548 or 2937368. OLE color: 2937368.
HSL color Cylindrical-coordinate representation of color #18D22C: hue angle of 126.45º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D22C is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 210 | 44 | - |
| CMYK | 0.89 | 0 | 0.79 | 0.18 |
| HSL | 126.45º | 0.79% | 0.46% | - |
| HSV(B) | 126.45º | 0.89% | 0.82% | - |
| XYZ | 23.88 | 46.47 | 10.09 | - |
| YUV | 135.46 | 76.38 | 48.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 210 | 44 | 0.89 | 0 | 0.79 | 0.18 | 126.45 | 0.79 | 0.46 |
| Hex | 18 | D2 | 2C | 59 | 0 | 4F | 12 | 7E | 4F | 2E |
| Octal | 30 | 322 | 54 | 131 | 0 | 117 | 22 | 176 | 117 | 56 |
| Binary | 11000 | 11010010 | 101100 | 1011001 | 0 | 1001111 | 10010 | 1111110 | 1001111 | 101110 |
Color Harmonies of #18D22C
Complementary color
Monochromatic Colors of #18D22C
Black with #18D22C
Text Example
Text Example
White with #18D22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D22C; }
p { color: rgb(24,210,44); }
H1.HeaderClassName
{
color: #18D22C;
}
.AnyTagClassName
{
color: #18D22C;
}
</style>
background-color css
<style>
a { background-color: #18D22C; }
a { background-color: rgb(24,210,44); }
div.DivClassName
{
background-color: #18D22C;
}
.BgClassName
{
background-color: #18D22C;
}
</style>
border-color css
<style>
span { border-color: #18D22C; }
span { border-color: rgb(24,210,44); }
td.TdClassName
{
border-color: #18D22C;
}
.TagClassName
{
border-color: #18D22C;
}
</style>