Shades of Lime Green #2BD240
Tints of Lime Green #2BD240
RGB
CMYK
RGB Variations
Color information
#2BD240 (or 0x2BD240) is known color: Lime Green. HEX triplet: 2B, D2 and 40. RGB value is (43,210,64). Sum of RGB (Red+Green+Blue) = 43+210+64=317 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.56% from 317); Green value is 210 (82.42% from 255 or 66.25% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD240 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD240 is #D42DBF. Grayscale: #8F8F8F. Windows color (decimal): -13905344 or 4248107. OLE color: 4248107.
HSL color Cylindrical-coordinate representation of color #2BD240: hue angle of 127.54º 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 #2BD240 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 210 | 64 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.18 |
| HSL | 127.54º | 0.66% | 0.5% | - |
| HSV(B) | 127.54º | 0.8% | 0.82% | - |
| XYZ | 24.97 | 46.98 | 12.6 | - |
| YUV | 143.42 | 83.17 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 210 | 64 | 0.80 | 0 | 0.70 | 0.18 | 127.54 | 0.66 | 0.5 |
| Hex | 2B | D2 | 40 | 50 | 0 | 46 | 12 | 80 | 42 | 32 |
| Octal | 53 | 322 | 100 | 120 | 0 | 106 | 22 | 200 | 102 | 62 |
| Binary | 101011 | 11010010 | 1000000 | 1010000 | 0 | 1000110 | 10010 | 10000000 | 1000010 | 110010 |
Color Harmonies of #2BD240
Complementary color
Monochromatic Colors of #2BD240
Black with #2BD240
Text Example
Text Example
White with #2BD240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD240; }
p { color: rgb(43,210,64); }
H1.HeaderClassName
{
color: #2BD240;
}
.AnyTagClassName
{
color: #2BD240;
}
</style>
background-color css
<style>
a { background-color: #2BD240; }
a { background-color: rgb(43,210,64); }
div.DivClassName
{
background-color: #2BD240;
}
.BgClassName
{
background-color: #2BD240;
}
</style>
border-color css
<style>
span { border-color: #2BD240; }
span { border-color: rgb(43,210,64); }
td.TdClassName
{
border-color: #2BD240;
}
.TagClassName
{
border-color: #2BD240;
}
</style>