Shades of Lime Green #2BD22D
Tints of Lime Green #2BD22D
RGB
CMYK
RGB Variations
Color information
#2BD22D (or 0x2BD22D) is known color: Lime Green. HEX triplet: 2B, D2 and 2D. RGB value is (43,210,45). Sum of RGB (Red+Green+Blue) = 43+210+45=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 210 (82.42% from 255 or 70.47% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD22D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD22D is #D42DD2. Grayscale: #8D8D8D. Windows color (decimal): -13905363 or 3002923. OLE color: 3002923.
HSL color Cylindrical-coordinate representation of color #2BD22D: hue angle of 120.72º 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 #2BD22D is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 210 | 45 | - |
| CMYK | 0.80 | 0 | 0.79 | 0.18 |
| HSL | 120.72º | 0.66% | 0.5% | - |
| HSV(B) | 120.72º | 0.8% | 0.82% | - |
| XYZ | 24.52 | 46.8 | 10.22 | - |
| YUV | 141.26 | 73.67 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 210 | 45 | 0.80 | 0 | 0.79 | 0.18 | 120.72 | 0.66 | 0.5 |
| Hex | 2B | D2 | 2D | 50 | 0 | 4F | 12 | 79 | 42 | 32 |
| Octal | 53 | 322 | 55 | 120 | 0 | 117 | 22 | 171 | 102 | 62 |
| Binary | 101011 | 11010010 | 101101 | 1010000 | 0 | 1001111 | 10010 | 1111001 | 1000010 | 110010 |
Color Harmonies of #2BD22D
Complementary color
Monochromatic Colors of #2BD22D
Black with #2BD22D
Text Example
Text Example
White with #2BD22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD22D; }
p { color: rgb(43,210,45); }
H1.HeaderClassName
{
color: #2BD22D;
}
.AnyTagClassName
{
color: #2BD22D;
}
</style>
background-color css
<style>
a { background-color: #2BD22D; }
a { background-color: rgb(43,210,45); }
div.DivClassName
{
background-color: #2BD22D;
}
.BgClassName
{
background-color: #2BD22D;
}
</style>
border-color css
<style>
span { border-color: #2BD22D; }
span { border-color: rgb(43,210,45); }
td.TdClassName
{
border-color: #2BD22D;
}
.TagClassName
{
border-color: #2BD22D;
}
</style>