Shades of Lime Green #2DCD22
Tints of Lime Green #2DCD22
RGB
CMYK
RGB Variations
Color information
#2DCD22 (or 0x2DCD22) is known color: Lime Green. HEX triplet: 2D, CD and 22. RGB value is (45,205,34). Sum of RGB (Red+Green+Blue) = 45+205+34=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 205 (80.47% from 255 or 72.18% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 205 - color contains mainly: green. Hex color #2DCD22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCD22 is #D232DD. Grayscale: #8A8A8A. Windows color (decimal): -13775582 or 2280749. OLE color: 2280749.
HSL color Cylindrical-coordinate representation of color #2DCD22: hue angle of 116.14º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DCD22 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 205 | 34 | - |
| CMYK | 0.78 | 0 | 0.83 | 0.20 |
| HSL | 116.14º | 0.72% | 0.47% | - |
| HSV(B) | 116.14º | 0.83% | 0.8% | - |
| XYZ | 23.2 | 44.34 | 8.85 | - |
| YUV | 137.67 | 69.49 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 205 | 34 | 0.78 | 0 | 0.83 | 0.20 | 116.14 | 0.72 | 0.47 |
| Hex | 2D | CD | 22 | 4E | 0 | 53 | 14 | 74 | 48 | 2F |
| Octal | 55 | 315 | 42 | 116 | 0 | 123 | 24 | 164 | 110 | 57 |
| Binary | 101101 | 11001101 | 100010 | 1001110 | 0 | 1010011 | 10100 | 1110100 | 1001000 | 101111 |
Color Harmonies of #2DCD22
Complementary color
Monochromatic Colors of #2DCD22
Black with #2DCD22
Text Example
Text Example
White with #2DCD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCD22; }
p { color: rgb(45,205,34); }
H1.HeaderClassName
{
color: #2DCD22;
}
.AnyTagClassName
{
color: #2DCD22;
}
</style>
background-color css
<style>
a { background-color: #2DCD22; }
a { background-color: rgb(45,205,34); }
div.DivClassName
{
background-color: #2DCD22;
}
.BgClassName
{
background-color: #2DCD22;
}
</style>
border-color css
<style>
span { border-color: #2DCD22; }
span { border-color: rgb(45,205,34); }
td.TdClassName
{
border-color: #2DCD22;
}
.TagClassName
{
border-color: #2DCD22;
}
</style>