Shades of Lime Green #2BD421
Tints of Lime Green #2BD421
RGB
CMYK
RGB Variations
Color information
#2BD421 (or 0x2BD421) is known color: Lime Green. HEX triplet: 2B, D4 and 21. RGB value is (43,212,33). Sum of RGB (Red+Green+Blue) = 43+212+33=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 212 (83.20% from 255 or 73.61% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 212 - color contains mainly: green. Hex color #2BD421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD421 is #D42BDE. Grayscale: #8D8D8D. Windows color (decimal): -13904863 or 2217003. OLE color: 2217003.
HSL color Cylindrical-coordinate representation of color #2BD421: hue angle of 116.65º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BD421 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 43 | 212 | 33 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.17 |
| HSL | 116.65º | 0.73% | 0.48% | - |
| HSV(B) | 116.65º | 0.84% | 0.83% | - |
| XYZ | 24.81 | 47.71 | 9.34 | - |
| YUV | 141.06 | 67.01 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 212 | 33 | 0.80 | 0 | 0.84 | 0.17 | 116.65 | 0.73 | 0.48 |
| Hex | 2B | D4 | 21 | 50 | 0 | 54 | 11 | 75 | 49 | 30 |
| Octal | 53 | 324 | 41 | 120 | 0 | 124 | 21 | 165 | 111 | 60 |
| Binary | 101011 | 11010100 | 100001 | 1010000 | 0 | 1010100 | 10001 | 1110101 | 1001001 | 110000 |
Color Harmonies of #2BD421
Complementary color
Monochromatic Colors of #2BD421
Black with #2BD421
Text Example
Text Example
White with #2BD421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD421; }
p { color: rgb(43,212,33); }
H1.HeaderClassName
{
color: #2BD421;
}
.AnyTagClassName
{
color: #2BD421;
}
</style>
background-color css
<style>
a { background-color: #2BD421; }
a { background-color: rgb(43,212,33); }
div.DivClassName
{
background-color: #2BD421;
}
.BgClassName
{
background-color: #2BD421;
}
</style>
border-color css
<style>
span { border-color: #2BD421; }
span { border-color: rgb(43,212,33); }
td.TdClassName
{
border-color: #2BD421;
}
.TagClassName
{
border-color: #2BD421;
}
</style>