Shades of Lime Green #2BE71D
Tints of Lime Green #2BE71D
RGB
CMYK
RGB Variations
Color information
#2BE71D (or 0x2BE71D) is known color: Lime Green. HEX triplet: 2B, E7 and 1D. RGB value is (43,231,29). Sum of RGB (Red+Green+Blue) = 43+231+29=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 231 (90.62% from 255 or 76.24% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 231 - color contains mainly: green. Hex color #2BE71D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE71D is #D418E2. Grayscale: #989898. Windows color (decimal): -13900003 or 1959723. OLE color: 1959723.
HSL color Cylindrical-coordinate representation of color #2BE71D: hue angle of 115.84º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2BE71D is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 231 | 29 | - |
| CMYK | 0.81 | 0 | 0.87 | 0.09 |
| HSL | 115.84º | 0.81% | 0.51% | - |
| HSV(B) | 115.84º | 0.87% | 0.91% | - |
| XYZ | 29.79 | 57.75 | 10.74 | - |
| YUV | 151.76 | 58.72 | 50.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 231 | 29 | 0.81 | 0 | 0.87 | 0.09 | 115.84 | 0.81 | 0.51 |
| Hex | 2B | E7 | 1D | 51 | 0 | 57 | 9 | 74 | 51 | 33 |
| Octal | 53 | 347 | 35 | 121 | 0 | 127 | 11 | 164 | 121 | 63 |
| Binary | 101011 | 11100111 | 11101 | 1010001 | 0 | 1010111 | 1001 | 1110100 | 1010001 | 110011 |
Color Harmonies of #2BE71D
Complementary color
Monochromatic Colors of #2BE71D
Black with #2BE71D
Text Example
Text Example
White with #2BE71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE71D; }
p { color: rgb(43,231,29); }
H1.HeaderClassName
{
color: #2BE71D;
}
.AnyTagClassName
{
color: #2BE71D;
}
</style>
background-color css
<style>
a { background-color: #2BE71D; }
a { background-color: rgb(43,231,29); }
div.DivClassName
{
background-color: #2BE71D;
}
.BgClassName
{
background-color: #2BE71D;
}
</style>
border-color css
<style>
span { border-color: #2BE71D; }
span { border-color: rgb(43,231,29); }
td.TdClassName
{
border-color: #2BE71D;
}
.TagClassName
{
border-color: #2BE71D;
}
</style>