Shades of Lime Green #2BE31D
Tints of Lime Green #2BE31D
RGB
CMYK
RGB Variations
Color information
#2BE31D (or 0x2BE31D) is known color: Lime Green. HEX triplet: 2B, E3 and 1D. RGB value is (43,227,29). Sum of RGB (Red+Green+Blue) = 43+227+29=299 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.38% from 299); Green value is 227 (89.06% from 255 or 75.92% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 227 - color contains mainly: green. Hex color #2BE31D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE31D is #D41CE2. Grayscale: #969696. Windows color (decimal): -13901027 or 1958699. OLE color: 1958699.
HSL color Cylindrical-coordinate representation of color #2BE31D: hue angle of 115.76º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2BE31D is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 227 | 29 | - |
| CMYK | 0.81 | 0 | 0.87 | 0.11 |
| HSL | 115.76º | 0.78% | 0.5% | - |
| HSV(B) | 115.76º | 0.87% | 0.89% | - |
| XYZ | 28.69 | 55.54 | 10.37 | - |
| YUV | 149.41 | 60.04 | 52.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 227 | 29 | 0.81 | 0 | 0.87 | 0.11 | 115.76 | 0.78 | 0.5 |
| Hex | 2B | E3 | 1D | 51 | 0 | 57 | B | 74 | 4E | 32 |
| Octal | 53 | 343 | 35 | 121 | 0 | 127 | 13 | 164 | 116 | 62 |
| Binary | 101011 | 11100011 | 11101 | 1010001 | 0 | 1010111 | 1011 | 1110100 | 1001110 | 110010 |
Color Harmonies of #2BE31D
Complementary color
Monochromatic Colors of #2BE31D
Black with #2BE31D
Text Example
Text Example
White with #2BE31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE31D; }
p { color: rgb(43,227,29); }
H1.HeaderClassName
{
color: #2BE31D;
}
.AnyTagClassName
{
color: #2BE31D;
}
</style>
background-color css
<style>
a { background-color: #2BE31D; }
a { background-color: rgb(43,227,29); }
div.DivClassName
{
background-color: #2BE31D;
}
.BgClassName
{
background-color: #2BE31D;
}
</style>
border-color css
<style>
span { border-color: #2BE31D; }
span { border-color: rgb(43,227,29); }
td.TdClassName
{
border-color: #2BE31D;
}
.TagClassName
{
border-color: #2BE31D;
}
</style>