Shades of Lime Green #2DC41F
Tints of Lime Green #2DC41F
RGB
CMYK
RGB Variations
Color information
#2DC41F (or 0x2DC41F) is known color: Lime Green. HEX triplet: 2D, C4 and 1F. RGB value is (45,196,31). Sum of RGB (Red+Green+Blue) = 45+196+31=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 196 (76.95% from 255 or 72.06% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 196 - color contains mainly: green. Hex color #2DC41F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC41F is #D23BE0. Grayscale: #848484. Windows color (decimal): -13777889 or 2081837. OLE color: 2081837.
HSL color Cylindrical-coordinate representation of color #2DC41F: hue angle of 114.91º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DC41F is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 45 | 196 | 31 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.23 |
| HSL | 114.91º | 0.73% | 0.45% | - |
| HSV(B) | 114.91º | 0.84% | 0.77% | - |
| XYZ | 21.07 | 40.14 | 7.93 | - |
| YUV | 132.04 | 70.97 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 196 | 31 | 0.77 | 0 | 0.84 | 0.23 | 114.91 | 0.73 | 0.45 |
| Hex | 2D | C4 | 1F | 4D | 0 | 54 | 17 | 73 | 49 | 2D |
| Octal | 55 | 304 | 37 | 115 | 0 | 124 | 27 | 163 | 111 | 55 |
| Binary | 101101 | 11000100 | 11111 | 1001101 | 0 | 1010100 | 10111 | 1110011 | 1001001 | 101101 |
Color Harmonies of #2DC41F
Complementary color
Monochromatic Colors of #2DC41F
Black with #2DC41F
Text Example
Text Example
White with #2DC41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC41F; }
p { color: rgb(45,196,31); }
H1.HeaderClassName
{
color: #2DC41F;
}
.AnyTagClassName
{
color: #2DC41F;
}
</style>
background-color css
<style>
a { background-color: #2DC41F; }
a { background-color: rgb(45,196,31); }
div.DivClassName
{
background-color: #2DC41F;
}
.BgClassName
{
background-color: #2DC41F;
}
</style>
border-color css
<style>
span { border-color: #2DC41F; }
span { border-color: rgb(45,196,31); }
td.TdClassName
{
border-color: #2DC41F;
}
.TagClassName
{
border-color: #2DC41F;
}
</style>