Shades of Lime Green #2DCD27
Tints of Lime Green #2DCD27
RGB
CMYK
RGB Variations
Color information
#2DCD27 (or 0x2DCD27) is known color: Lime Green. HEX triplet: 2D, CD and 27. RGB value is (45,205,39). Sum of RGB (Red+Green+Blue) = 45+205+39=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 205 (80.47% from 255 or 70.93% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 205 - color contains mainly: green. Hex color #2DCD27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCD27 is #D232D8. Grayscale: #8A8A8A. Windows color (decimal): -13775577 or 2608429. OLE color: 2608429.
HSL color Cylindrical-coordinate representation of color #2DCD27: hue angle of 117.83º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DCD27 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 205 | 39 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.20 |
| HSL | 117.83º | 0.68% | 0.48% | - |
| HSV(B) | 117.83º | 0.81% | 0.8% | - |
| XYZ | 23.28 | 44.37 | 9.26 | - |
| YUV | 138.24 | 71.99 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 205 | 39 | 0.78 | 0 | 0.81 | 0.20 | 117.83 | 0.68 | 0.48 |
| Hex | 2D | CD | 27 | 4E | 0 | 51 | 14 | 76 | 44 | 30 |
| Octal | 55 | 315 | 47 | 116 | 0 | 121 | 24 | 166 | 104 | 60 |
| Binary | 101101 | 11001101 | 100111 | 1001110 | 0 | 1010001 | 10100 | 1110110 | 1000100 | 110000 |
Color Harmonies of #2DCD27
Complementary color
Monochromatic Colors of #2DCD27
Black with #2DCD27
Text Example
Text Example
White with #2DCD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCD27; }
p { color: rgb(45,205,39); }
H1.HeaderClassName
{
color: #2DCD27;
}
.AnyTagClassName
{
color: #2DCD27;
}
</style>
background-color css
<style>
a { background-color: #2DCD27; }
a { background-color: rgb(45,205,39); }
div.DivClassName
{
background-color: #2DCD27;
}
.BgClassName
{
background-color: #2DCD27;
}
</style>
border-color css
<style>
span { border-color: #2DCD27; }
span { border-color: rgb(45,205,39); }
td.TdClassName
{
border-color: #2DCD27;
}
.TagClassName
{
border-color: #2DCD27;
}
</style>