Shades of Lime Green #2BE51D
Tints of Lime Green #2BE51D
RGB
CMYK
RGB Variations
Color information
#2BE51D (or 0x2BE51D) is known color: Lime Green. HEX triplet: 2B, E5 and 1D. RGB value is (43,229,29). Sum of RGB (Red+Green+Blue) = 43+229+29=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 229 (89.84% from 255 or 76.08% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE51D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE51D is #D41AE2. Grayscale: #979797. Windows color (decimal): -13900515 or 1959211. OLE color: 1959211.
HSL color Cylindrical-coordinate representation of color #2BE51D: hue angle of 115.8º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2BE51D is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 229 | 29 | - |
| CMYK | 0.81 | 0 | 0.87 | 0.10 |
| HSL | 115.8º | 0.79% | 0.51% | - |
| HSV(B) | 115.8º | 0.87% | 0.9% | - |
| XYZ | 29.24 | 56.64 | 10.55 | - |
| YUV | 150.59 | 59.38 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 229 | 29 | 0.81 | 0 | 0.87 | 0.10 | 115.8 | 0.79 | 0.51 |
| Hex | 2B | E5 | 1D | 51 | 0 | 57 | A | 74 | 4F | 33 |
| Octal | 53 | 345 | 35 | 121 | 0 | 127 | 12 | 164 | 117 | 63 |
| Binary | 101011 | 11100101 | 11101 | 1010001 | 0 | 1010111 | 1010 | 1110100 | 1001111 | 110011 |
Color Harmonies of #2BE51D
Complementary color
Monochromatic Colors of #2BE51D
Black with #2BE51D
Text Example
Text Example
White with #2BE51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE51D; }
p { color: rgb(43,229,29); }
H1.HeaderClassName
{
color: #2BE51D;
}
.AnyTagClassName
{
color: #2BE51D;
}
</style>
background-color css
<style>
a { background-color: #2BE51D; }
a { background-color: rgb(43,229,29); }
div.DivClassName
{
background-color: #2BE51D;
}
.BgClassName
{
background-color: #2BE51D;
}
</style>
border-color css
<style>
span { border-color: #2BE51D; }
span { border-color: rgb(43,229,29); }
td.TdClassName
{
border-color: #2BE51D;
}
.TagClassName
{
border-color: #2BE51D;
}
</style>