Shades of Lime Green #2DC81F
Tints of Lime Green #2DC81F
RGB
CMYK
RGB Variations
Color information
#2DC81F (or 0x2DC81F) is known color: Lime Green. HEX triplet: 2D, C8 and 1F. RGB value is (45,200,31). Sum of RGB (Red+Green+Blue) = 45+200+31=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 200 (78.52% from 255 or 72.46% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 200 - color contains mainly: green. Hex color #2DC81F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC81F is #D237E0. Grayscale: #868686. Windows color (decimal): -13776865 or 2082861. OLE color: 2082861.
HSL color Cylindrical-coordinate representation of color #2DC81F: hue angle of 115.03º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2DC81F is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 200 | 31 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.22 |
| HSL | 115.03º | 0.73% | 0.45% | - |
| HSV(B) | 115.03º | 0.85% | 0.78% | - |
| XYZ | 21.98 | 41.97 | 8.24 | - |
| YUV | 134.39 | 69.65 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 200 | 31 | 0.78 | 0 | 0.84 | 0.22 | 115.03 | 0.73 | 0.45 |
| Hex | 2D | C8 | 1F | 4E | 0 | 54 | 16 | 73 | 49 | 2D |
| Octal | 55 | 310 | 37 | 116 | 0 | 124 | 26 | 163 | 111 | 55 |
| Binary | 101101 | 11001000 | 11111 | 1001110 | 0 | 1010100 | 10110 | 1110011 | 1001001 | 101101 |
Color Harmonies of #2DC81F
Complementary color
Monochromatic Colors of #2DC81F
Black with #2DC81F
Text Example
Text Example
White with #2DC81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC81F; }
p { color: rgb(45,200,31); }
H1.HeaderClassName
{
color: #2DC81F;
}
.AnyTagClassName
{
color: #2DC81F;
}
</style>
background-color css
<style>
a { background-color: #2DC81F; }
a { background-color: rgb(45,200,31); }
div.DivClassName
{
background-color: #2DC81F;
}
.BgClassName
{
background-color: #2DC81F;
}
</style>
border-color css
<style>
span { border-color: #2DC81F; }
span { border-color: rgb(45,200,31); }
td.TdClassName
{
border-color: #2DC81F;
}
.TagClassName
{
border-color: #2DC81F;
}
</style>