Shades of Lime Green #2BD71E
Tints of Lime Green #2BD71E
RGB
CMYK
RGB Variations
Color information
#2BD71E (or 0x2BD71E) is known color: Lime Green. HEX triplet: 2B, D7 and 1E. RGB value is (43,215,30). Sum of RGB (Red+Green+Blue) = 43+215+30=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 215 (84.38% from 255 or 74.65% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD71E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD71E is #D428E1. Grayscale: #8F8F8F. Windows color (decimal): -13904098 or 2021163. OLE color: 2021163.
HSL color Cylindrical-coordinate representation of color #2BD71E: hue angle of 115.78º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2BD71E is Cyan = 0.8, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 215 | 30 | - |
| CMYK | 0.8 | 0 | 0.86 | 0.16 |
| HSL | 115.78º | 0.76% | 0.48% | - |
| HSV(B) | 115.78º | 0.86% | 0.84% | - |
| XYZ | 25.53 | 49.21 | 9.38 | - |
| YUV | 142.48 | 64.52 | 57.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 215 | 30 | 0.8 | 0 | 0.86 | 0.16 | 115.78 | 0.76 | 0.48 |
| Hex | 2B | D7 | 1E | 50 | 0 | 56 | 10 | 74 | 4C | 30 |
| Octal | 53 | 327 | 36 | 120 | 0 | 126 | 20 | 164 | 114 | 60 |
| Binary | 101011 | 11010111 | 11110 | 1010000 | 0 | 1010110 | 10000 | 1110100 | 1001100 | 110000 |
Color Harmonies of #2BD71E
Complementary color
Monochromatic Colors of #2BD71E
Black with #2BD71E
Text Example
Text Example
White with #2BD71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD71E; }
p { color: rgb(43,215,30); }
H1.HeaderClassName
{
color: #2BD71E;
}
.AnyTagClassName
{
color: #2BD71E;
}
</style>
background-color css
<style>
a { background-color: #2BD71E; }
a { background-color: rgb(43,215,30); }
div.DivClassName
{
background-color: #2BD71E;
}
.BgClassName
{
background-color: #2BD71E;
}
</style>
border-color css
<style>
span { border-color: #2BD71E; }
span { border-color: rgb(43,215,30); }
td.TdClassName
{
border-color: #2BD71E;
}
.TagClassName
{
border-color: #2BD71E;
}
</style>