Shades of Lime Green #2DD022
Tints of Lime Green #2DD022
RGB
CMYK
RGB Variations
Color information
#2DD022 (or 0x2DD022) is known color: Lime Green. HEX triplet: 2D, D0 and 22. RGB value is (45,208,34). Sum of RGB (Red+Green+Blue) = 45+208+34=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 208 (81.64% from 255 or 72.47% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 208 - color contains mainly: green. Hex color #2DD022 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD022 is #D22FDD. Grayscale: #8B8B8B. Windows color (decimal): -13774814 or 2281517. OLE color: 2281517.
HSL color Cylindrical-coordinate representation of color #2DD022: hue angle of 116.21º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DD022 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 45 | 208 | 34 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.18 |
| HSL | 116.21º | 0.72% | 0.47% | - |
| HSV(B) | 116.21º | 0.84% | 0.82% | - |
| XYZ | 23.93 | 45.79 | 9.09 | - |
| YUV | 139.43 | 68.5 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 208 | 34 | 0.78 | 0 | 0.84 | 0.18 | 116.21 | 0.72 | 0.47 |
| Hex | 2D | D0 | 22 | 4E | 0 | 54 | 12 | 74 | 48 | 2F |
| Octal | 55 | 320 | 42 | 116 | 0 | 124 | 22 | 164 | 110 | 57 |
| Binary | 101101 | 11010000 | 100010 | 1001110 | 0 | 1010100 | 10010 | 1110100 | 1001000 | 101111 |
Color Harmonies of #2DD022
Complementary color
Monochromatic Colors of #2DD022
Black with #2DD022
Text Example
Text Example
White with #2DD022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD022; }
p { color: rgb(45,208,34); }
H1.HeaderClassName
{
color: #2DD022;
}
.AnyTagClassName
{
color: #2DD022;
}
</style>
background-color css
<style>
a { background-color: #2DD022; }
a { background-color: rgb(45,208,34); }
div.DivClassName
{
background-color: #2DD022;
}
.BgClassName
{
background-color: #2DD022;
}
</style>
border-color css
<style>
span { border-color: #2DD022; }
span { border-color: rgb(45,208,34); }
td.TdClassName
{
border-color: #2DD022;
}
.TagClassName
{
border-color: #2DD022;
}
</style>