Shades of Lime Green #2DCD51
Tints of Lime Green #2DCD51
RGB
CMYK
RGB Variations
Color information
#2DCD51 (or 0x2DCD51) is known color: Lime Green. HEX triplet: 2D, CD and 51. RGB value is (45,205,81). Sum of RGB (Red+Green+Blue) = 45+205+81=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 205 (80.47% from 255 or 61.93% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 205 - color contains mainly: green. Hex color #2DCD51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DCD51 is #D232AE. Grayscale: #8F8F8F. Windows color (decimal): -13775535 or 5360941. OLE color: 5360941.
HSL color Cylindrical-coordinate representation of color #2DCD51: hue angle of 133.5º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCD51 is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 205 | 81 | - |
| CMYK | 0.78 | 0 | 0.60 | 0.20 |
| HSL | 133.5º | 0.64% | 0.49% | - |
| HSV(B) | 133.5º | 0.78% | 0.8% | - |
| XYZ | 24.4 | 44.81 | 15.15 | - |
| YUV | 143.02 | 92.99 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 205 | 81 | 0.78 | 0 | 0.60 | 0.20 | 133.5 | 0.64 | 0.49 |
| Hex | 2D | CD | 51 | 4E | 0 | 3C | 14 | 86 | 40 | 31 |
| Octal | 55 | 315 | 121 | 116 | 0 | 74 | 24 | 206 | 100 | 61 |
| Binary | 101101 | 11001101 | 1010001 | 1001110 | 0 | 111100 | 10100 | 10000110 | 1000000 | 110001 |
Color Harmonies of #2DCD51
Complementary color
Monochromatic Colors of #2DCD51
Black with #2DCD51
Text Example
Text Example
White with #2DCD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCD51; }
p { color: rgb(45,205,81); }
H1.HeaderClassName
{
color: #2DCD51;
}
.AnyTagClassName
{
color: #2DCD51;
}
</style>
background-color css
<style>
a { background-color: #2DCD51; }
a { background-color: rgb(45,205,81); }
div.DivClassName
{
background-color: #2DCD51;
}
.BgClassName
{
background-color: #2DCD51;
}
</style>
border-color css
<style>
span { border-color: #2DCD51; }
span { border-color: rgb(45,205,81); }
td.TdClassName
{
border-color: #2DCD51;
}
.TagClassName
{
border-color: #2DCD51;
}
</style>