Shades of Lime Green #2BD726
Tints of Lime Green #2BD726
RGB
CMYK
RGB Variations
Color information
#2BD726 (or 0x2BD726) is known color: Lime Green. HEX triplet: 2B, D7 and 26. RGB value is (43,215,38). Sum of RGB (Red+Green+Blue) = 43+215+38=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 215 (84.38% from 255 or 72.64% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD726 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD726 is #D428D9. Grayscale: #8F8F8F. Windows color (decimal): -13904090 or 2545451. OLE color: 2545451.
HSL color Cylindrical-coordinate representation of color #2BD726: hue angle of 118.31º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BD726 is Cyan = 0.8, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 215 | 38 | - |
| CMYK | 0.8 | 0 | 0.82 | 0.16 |
| HSL | 118.31º | 0.7% | 0.5% | - |
| HSV(B) | 118.31º | 0.82% | 0.84% | - |
| XYZ | 25.65 | 49.25 | 9.99 | - |
| YUV | 143.39 | 68.52 | 56.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 215 | 38 | 0.8 | 0 | 0.82 | 0.16 | 118.31 | 0.7 | 0.5 |
| Hex | 2B | D7 | 26 | 50 | 0 | 52 | 10 | 76 | 46 | 32 |
| Octal | 53 | 327 | 46 | 120 | 0 | 122 | 20 | 166 | 106 | 62 |
| Binary | 101011 | 11010111 | 100110 | 1010000 | 0 | 1010010 | 10000 | 1110110 | 1000110 | 110010 |
Color Harmonies of #2BD726
Complementary color
Monochromatic Colors of #2BD726
Black with #2BD726
Text Example
Text Example
White with #2BD726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD726; }
p { color: rgb(43,215,38); }
H1.HeaderClassName
{
color: #2BD726;
}
.AnyTagClassName
{
color: #2BD726;
}
</style>
background-color css
<style>
a { background-color: #2BD726; }
a { background-color: rgb(43,215,38); }
div.DivClassName
{
background-color: #2BD726;
}
.BgClassName
{
background-color: #2BD726;
}
</style>
border-color css
<style>
span { border-color: #2BD726; }
span { border-color: rgb(43,215,38); }
td.TdClassName
{
border-color: #2BD726;
}
.TagClassName
{
border-color: #2BD726;
}
</style>