Shades of Lime Green #2DC851
Tints of Lime Green #2DC851
RGB
CMYK
RGB Variations
Color information
#2DC851 (or 0x2DC851) is known color: Lime Green. HEX triplet: 2D, C8 and 51. RGB value is (45,200,81). Sum of RGB (Red+Green+Blue) = 45+200+81=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 200 (78.52% from 255 or 61.35% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 200 - color contains mainly: green. Hex color #2DC851 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC851 is #D237AE. Grayscale: #8C8C8C. Windows color (decimal): -13776815 or 5359661. OLE color: 5359661.
HSL color Cylindrical-coordinate representation of color #2DC851: hue angle of 133.94º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC851 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 200 | 81 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.22 |
| HSL | 133.94º | 0.63% | 0.48% | - |
| HSV(B) | 133.94º | 0.78% | 0.78% | - |
| XYZ | 23.22 | 42.46 | 14.76 | - |
| YUV | 140.09 | 94.65 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 200 | 81 | 0.78 | 0 | 0.59 | 0.22 | 133.94 | 0.63 | 0.48 |
| Hex | 2D | C8 | 51 | 4E | 0 | 3B | 16 | 86 | 3F | 30 |
| Octal | 55 | 310 | 121 | 116 | 0 | 73 | 26 | 206 | 77 | 60 |
| Binary | 101101 | 11001000 | 1010001 | 1001110 | 0 | 111011 | 10110 | 10000110 | 111111 | 110000 |
Color Harmonies of #2DC851
Complementary color
Monochromatic Colors of #2DC851
Black with #2DC851
Text Example
Text Example
White with #2DC851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC851; }
p { color: rgb(45,200,81); }
H1.HeaderClassName
{
color: #2DC851;
}
.AnyTagClassName
{
color: #2DC851;
}
</style>
background-color css
<style>
a { background-color: #2DC851; }
a { background-color: rgb(45,200,81); }
div.DivClassName
{
background-color: #2DC851;
}
.BgClassName
{
background-color: #2DC851;
}
</style>
border-color css
<style>
span { border-color: #2DC851; }
span { border-color: rgb(45,200,81); }
td.TdClassName
{
border-color: #2DC851;
}
.TagClassName
{
border-color: #2DC851;
}
</style>