Shades of Lime Green #2DD22B
Tints of Lime Green #2DD22B
RGB
CMYK
RGB Variations
Color information
#2DD22B (or 0x2DD22B) is known color: Lime Green. HEX triplet: 2D, D2 and 2B. RGB value is (45,210,43). Sum of RGB (Red+Green+Blue) = 45+210+43=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 210 (82.42% from 255 or 70.47% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 210 - color contains mainly: green. Hex color #2DD22B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD22B is #D22DD4. Grayscale: #8E8E8E. Windows color (decimal): -13774293 or 2871853. OLE color: 2871853.
HSL color Cylindrical-coordinate representation of color #2DD22B: hue angle of 119.28º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DD22B is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 45 | 210 | 43 | - |
| CMYK | 0.79 | 0 | 0.80 | 0.18 |
| HSL | 119.28º | 0.66% | 0.5% | - |
| HSV(B) | 119.28º | 0.8% | 0.82% | - |
| XYZ | 24.56 | 46.83 | 10.03 | - |
| YUV | 141.63 | 72.34 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 210 | 43 | 0.79 | 0 | 0.80 | 0.18 | 119.28 | 0.66 | 0.5 |
| Hex | 2D | D2 | 2B | 4F | 0 | 50 | 12 | 77 | 42 | 32 |
| Octal | 55 | 322 | 53 | 117 | 0 | 120 | 22 | 167 | 102 | 62 |
| Binary | 101101 | 11010010 | 101011 | 1001111 | 0 | 1010000 | 10010 | 1110111 | 1000010 | 110010 |
Color Harmonies of #2DD22B
Complementary color
Monochromatic Colors of #2DD22B
Black with #2DD22B
Text Example
Text Example
White with #2DD22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD22B; }
p { color: rgb(45,210,43); }
H1.HeaderClassName
{
color: #2DD22B;
}
.AnyTagClassName
{
color: #2DD22B;
}
</style>
background-color css
<style>
a { background-color: #2DD22B; }
a { background-color: rgb(45,210,43); }
div.DivClassName
{
background-color: #2DD22B;
}
.BgClassName
{
background-color: #2DD22B;
}
</style>
border-color css
<style>
span { border-color: #2DD22B; }
span { border-color: rgb(45,210,43); }
td.TdClassName
{
border-color: #2DD22B;
}
.TagClassName
{
border-color: #2DD22B;
}
</style>