Shades of Lime Green #18D22D
Tints of Lime Green #18D22D
RGB
CMYK
RGB Variations
Color information
#18D22D (or 0x18D22D) is known color: Lime Green. HEX triplet: 18, D2 and 2D. RGB value is (24,210,45). Sum of RGB (Red+Green+Blue) = 24+210+45=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 210 (82.42% from 255 or 75.27% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 210 - color contains mainly: green. Hex color #18D22D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D22D is #E72DD2. Grayscale: #888888. Windows color (decimal): -15150547 or 3002904. OLE color: 3002904.
HSL color Cylindrical-coordinate representation of color #18D22D: hue angle of 126.77º 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 #18D22D is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 210 | 45 | - |
| CMYK | 0.89 | 0 | 0.79 | 0.18 |
| HSL | 126.77º | 0.79% | 0.46% | - |
| HSV(B) | 126.77º | 0.89% | 0.82% | - |
| XYZ | 23.9 | 46.48 | 10.19 | - |
| YUV | 135.58 | 76.88 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 210 | 45 | 0.89 | 0 | 0.79 | 0.18 | 126.77 | 0.79 | 0.46 |
| Hex | 18 | D2 | 2D | 59 | 0 | 4F | 12 | 7F | 4F | 2E |
| Octal | 30 | 322 | 55 | 131 | 0 | 117 | 22 | 177 | 117 | 56 |
| Binary | 11000 | 11010010 | 101101 | 1011001 | 0 | 1001111 | 10010 | 1111111 | 1001111 | 101110 |
Color Harmonies of #18D22D
Complementary color
Monochromatic Colors of #18D22D
Black with #18D22D
Text Example
Text Example
White with #18D22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D22D; }
p { color: rgb(24,210,45); }
H1.HeaderClassName
{
color: #18D22D;
}
.AnyTagClassName
{
color: #18D22D;
}
</style>
background-color css
<style>
a { background-color: #18D22D; }
a { background-color: rgb(24,210,45); }
div.DivClassName
{
background-color: #18D22D;
}
.BgClassName
{
background-color: #18D22D;
}
</style>
border-color css
<style>
span { border-color: #18D22D; }
span { border-color: rgb(24,210,45); }
td.TdClassName
{
border-color: #18D22D;
}
.TagClassName
{
border-color: #18D22D;
}
</style>