Shades of Lime Green #2DDE22
Tints of Lime Green #2DDE22
RGB
CMYK
RGB Variations
Color information
#2DDE22 (or 0x2DDE22) is known color: Lime Green. HEX triplet: 2D, DE and 22. RGB value is (45,222,34). Sum of RGB (Red+Green+Blue) = 45+222+34=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 222 (87.11% from 255 or 73.75% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 222 - color contains mainly: green. Hex color #2DDE22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDE22 is #D221DD. Grayscale: #949494. Windows color (decimal): -13771230 or 2285101. OLE color: 2285101.
HSL color Cylindrical-coordinate representation of color #2DDE22: hue angle of 116.49º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2DDE22 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 222 | 34 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.13 |
| HSL | 116.49º | 0.74% | 0.5% | - |
| HSV(B) | 116.49º | 0.85% | 0.87% | - |
| XYZ | 27.49 | 52.92 | 10.28 | - |
| YUV | 147.65 | 63.86 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 222 | 34 | 0.80 | 0 | 0.85 | 0.13 | 116.49 | 0.74 | 0.5 |
| Hex | 2D | DE | 22 | 50 | 0 | 55 | D | 74 | 4A | 32 |
| Octal | 55 | 336 | 42 | 120 | 0 | 125 | 15 | 164 | 112 | 62 |
| Binary | 101101 | 11011110 | 100010 | 1010000 | 0 | 1010101 | 1101 | 1110100 | 1001010 | 110010 |
Color Harmonies of #2DDE22
Complementary color
Monochromatic Colors of #2DDE22
Black with #2DDE22
Text Example
Text Example
White with #2DDE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDE22; }
p { color: rgb(45,222,34); }
H1.HeaderClassName
{
color: #2DDE22;
}
.AnyTagClassName
{
color: #2DDE22;
}
</style>
background-color css
<style>
a { background-color: #2DDE22; }
a { background-color: rgb(45,222,34); }
div.DivClassName
{
background-color: #2DDE22;
}
.BgClassName
{
background-color: #2DDE22;
}
</style>
border-color css
<style>
span { border-color: #2DDE22; }
span { border-color: rgb(45,222,34); }
td.TdClassName
{
border-color: #2DDE22;
}
.TagClassName
{
border-color: #2DDE22;
}
</style>