Shades of Lime Green #2DC93A
Tints of Lime Green #2DC93A
RGB
CMYK
RGB Variations
Color information
#2DC93A (or 0x2DC93A) is known color: Lime Green. HEX triplet: 2D, C9 and 3A. RGB value is (45,201,58). Sum of RGB (Red+Green+Blue) = 45+201+58=304 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.80% from 304); Green value is 201 (78.91% from 255 or 66.12% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 201 - color contains mainly: green. Hex color #2DC93A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC93A is #D236C5. Grayscale: #8A8A8A. Windows color (decimal): -13776582 or 3852589. OLE color: 3852589.
HSL color Cylindrical-coordinate representation of color #2DC93A: hue angle of 125º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DC93A is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 201 | 58 | - |
| CMYK | 0.78 | 0 | 0.71 | 0.21 |
| HSL | 125º | 0.63% | 0.48% | - |
| HSV(B) | 125º | 0.78% | 0.79% | - |
| XYZ | 22.73 | 42.64 | 11.03 | - |
| YUV | 138.05 | 82.82 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 201 | 58 | 0.78 | 0 | 0.71 | 0.21 | 125 | 0.63 | 0.48 |
| Hex | 2D | C9 | 3A | 4E | 0 | 47 | 15 | 7D | 3F | 30 |
| Octal | 55 | 311 | 72 | 116 | 0 | 107 | 25 | 175 | 77 | 60 |
| Binary | 101101 | 11001001 | 111010 | 1001110 | 0 | 1000111 | 10101 | 1111101 | 111111 | 110000 |
Color Harmonies of #2DC93A
Complementary color
Monochromatic Colors of #2DC93A
Black with #2DC93A
Text Example
Text Example
White with #2DC93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC93A; }
p { color: rgb(45,201,58); }
H1.HeaderClassName
{
color: #2DC93A;
}
.AnyTagClassName
{
color: #2DC93A;
}
</style>
background-color css
<style>
a { background-color: #2DC93A; }
a { background-color: rgb(45,201,58); }
div.DivClassName
{
background-color: #2DC93A;
}
.BgClassName
{
background-color: #2DC93A;
}
</style>
border-color css
<style>
span { border-color: #2DC93A; }
span { border-color: rgb(45,201,58); }
td.TdClassName
{
border-color: #2DC93A;
}
.TagClassName
{
border-color: #2DC93A;
}
</style>