Shades of Lime Green #2BED21
Tints of Lime Green #2BED21
RGB
CMYK
RGB Variations
Color information
#2BED21 (or 0x2BED21) is known color: Lime Green. HEX triplet: 2B, ED and 21. RGB value is (43,237,33). Sum of RGB (Red+Green+Blue) = 43+237+33=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 237 (92.97% from 255 or 75.72% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 237 - color contains mainly: green. Hex color #2BED21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BED21 is #D412DE. Grayscale: #9C9C9C. Windows color (decimal): -13898463 or 2223403. OLE color: 2223403.
HSL color Cylindrical-coordinate representation of color #2BED21: hue angle of 117.06º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2BED21 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 237 | 33 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.07 |
| HSL | 117.06º | 0.85% | 0.53% | - |
| HSV(B) | 117.06º | 0.86% | 0.93% | - |
| XYZ | 31.55 | 61.19 | 11.59 | - |
| YUV | 155.74 | 58.73 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 237 | 33 | 0.82 | 0 | 0.86 | 0.07 | 117.06 | 0.85 | 0.53 |
| Hex | 2B | ED | 21 | 52 | 0 | 56 | 7 | 75 | 55 | 35 |
| Octal | 53 | 355 | 41 | 122 | 0 | 126 | 7 | 165 | 125 | 65 |
| Binary | 101011 | 11101101 | 100001 | 1010010 | 0 | 1010110 | 111 | 1110101 | 1010101 | 110101 |
Color Harmonies of #2BED21
Complementary color
Monochromatic Colors of #2BED21
Black with #2BED21
Text Example
Text Example
White with #2BED21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BED21; }
p { color: rgb(43,237,33); }
H1.HeaderClassName
{
color: #2BED21;
}
.AnyTagClassName
{
color: #2BED21;
}
</style>
background-color css
<style>
a { background-color: #2BED21; }
a { background-color: rgb(43,237,33); }
div.DivClassName
{
background-color: #2BED21;
}
.BgClassName
{
background-color: #2BED21;
}
</style>
border-color css
<style>
span { border-color: #2BED21; }
span { border-color: rgb(43,237,33); }
td.TdClassName
{
border-color: #2BED21;
}
.TagClassName
{
border-color: #2BED21;
}
</style>