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