Shades of Lime Green #2DC218
Tints of Lime Green #2DC218
RGB
CMYK
RGB Variations
Color information
#2DC218 (or 0x2DC218) is known color: Lime Green. HEX triplet: 2D, C2 and 18. RGB value is (45,194,24). Sum of RGB (Red+Green+Blue) = 45+194+24=263 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.11% from 263); Green value is 194 (76.17% from 255 or 73.76% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 194 - color contains mainly: green. Hex color #2DC218 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC218 is #D23DE7. Grayscale: #828282. Windows color (decimal): -13778408 or 1622573. OLE color: 1622573.
HSL color Cylindrical-coordinate representation of color #2DC218: hue angle of 112.59º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DC218 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 194 | 24 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.24 |
| HSL | 112.59º | 0.78% | 0.43% | - |
| HSV(B) | 112.59º | 0.88% | 0.76% | - |
| XYZ | 20.54 | 39.21 | 7.35 | - |
| YUV | 130.07 | 68.14 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 194 | 24 | 0.77 | 0 | 0.88 | 0.24 | 112.59 | 0.78 | 0.43 |
| Hex | 2D | C2 | 18 | 4D | 0 | 58 | 18 | 71 | 4E | 2B |
| Octal | 55 | 302 | 30 | 115 | 0 | 130 | 30 | 161 | 116 | 53 |
| Binary | 101101 | 11000010 | 11000 | 1001101 | 0 | 1011000 | 11000 | 1110001 | 1001110 | 101011 |
Color Harmonies of #2DC218
Complementary color
Monochromatic Colors of #2DC218
Black with #2DC218
Text Example
Text Example
White with #2DC218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC218; }
p { color: rgb(45,194,24); }
H1.HeaderClassName
{
color: #2DC218;
}
.AnyTagClassName
{
color: #2DC218;
}
</style>
background-color css
<style>
a { background-color: #2DC218; }
a { background-color: rgb(45,194,24); }
div.DivClassName
{
background-color: #2DC218;
}
.BgClassName
{
background-color: #2DC218;
}
</style>
border-color css
<style>
span { border-color: #2DC218; }
span { border-color: rgb(45,194,24); }
td.TdClassName
{
border-color: #2DC218;
}
.TagClassName
{
border-color: #2DC218;
}
</style>