Shades of Lime Green #2BD22B
Tints of Lime Green #2BD22B
RGB
CMYK
RGB Variations
Color information
#2BD22B (or 0x2BD22B) is known color: Lime Green. HEX triplet: 2B, D2 and 2B. RGB value is (43,210,43). Sum of RGB (Red+Green+Blue) = 43+210+43=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 210 (82.42% from 255 or 70.95% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD22B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD22B is #D42DD4. Grayscale: #8D8D8D. Windows color (decimal): -13905365 or 2871851. OLE color: 2871851.
HSL color Cylindrical-coordinate representation of color #2BD22B: hue angle of 120º 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 #2BD22B is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 210 | 43 | - |
| CMYK | 0.80 | 0 | 0.80 | 0.18 |
| HSL | 120º | 0.66% | 0.5% | - |
| HSV(B) | 120º | 0.8% | 0.82% | - |
| XYZ | 24.48 | 46.78 | 10.03 | - |
| YUV | 141.03 | 72.67 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 210 | 43 | 0.80 | 0 | 0.80 | 0.18 | 120 | 0.66 | 0.5 |
| Hex | 2B | D2 | 2B | 50 | 0 | 50 | 12 | 78 | 42 | 32 |
| Octal | 53 | 322 | 53 | 120 | 0 | 120 | 22 | 170 | 102 | 62 |
| Binary | 101011 | 11010010 | 101011 | 1010000 | 0 | 1010000 | 10010 | 1111000 | 1000010 | 110010 |
Color Harmonies of #2BD22B
Complementary color
Monochromatic Colors of #2BD22B
Black with #2BD22B
Text Example
Text Example
White with #2BD22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD22B; }
p { color: rgb(43,210,43); }
H1.HeaderClassName
{
color: #2BD22B;
}
.AnyTagClassName
{
color: #2BD22B;
}
</style>
background-color css
<style>
a { background-color: #2BD22B; }
a { background-color: rgb(43,210,43); }
div.DivClassName
{
background-color: #2BD22B;
}
.BgClassName
{
background-color: #2BD22B;
}
</style>
border-color css
<style>
span { border-color: #2BD22B; }
span { border-color: rgb(43,210,43); }
td.TdClassName
{
border-color: #2BD22B;
}
.TagClassName
{
border-color: #2BD22B;
}
</style>