Shades of Lime Green #2BE435
Tints of Lime Green #2BE435
RGB
CMYK
RGB Variations
Color information
#2BE435 (or 0x2BE435) is known color: Lime Green. HEX triplet: 2B, E4 and 35. RGB value is (43,228,53). Sum of RGB (Red+Green+Blue) = 43+228+53=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 228 (89.45% from 255 or 70.37% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 228 - color contains mainly: green. Hex color #2BE435 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE435 is #D41BCA. Grayscale: #999999. Windows color (decimal): -13900747 or 3531819. OLE color: 3531819.
HSL color Cylindrical-coordinate representation of color #2BE435: hue angle of 123.24º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE435 is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 228 | 53 | - |
| CMYK | 0.81 | 0 | 0.77 | 0.11 |
| HSL | 123.24º | 0.77% | 0.53% | - |
| HSV(B) | 123.24º | 0.81% | 0.89% | - |
| XYZ | 29.38 | 56.26 | 12.68 | - |
| YUV | 152.74 | 71.71 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 228 | 53 | 0.81 | 0 | 0.77 | 0.11 | 123.24 | 0.77 | 0.53 |
| Hex | 2B | E4 | 35 | 51 | 0 | 4D | B | 7B | 4D | 35 |
| Octal | 53 | 344 | 65 | 121 | 0 | 115 | 13 | 173 | 115 | 65 |
| Binary | 101011 | 11100100 | 110101 | 1010001 | 0 | 1001101 | 1011 | 1111011 | 1001101 | 110101 |
Color Harmonies of #2BE435
Complementary color
Monochromatic Colors of #2BE435
Black with #2BE435
Text Example
Text Example
White with #2BE435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE435; }
p { color: rgb(43,228,53); }
H1.HeaderClassName
{
color: #2BE435;
}
.AnyTagClassName
{
color: #2BE435;
}
</style>
background-color css
<style>
a { background-color: #2BE435; }
a { background-color: rgb(43,228,53); }
div.DivClassName
{
background-color: #2BE435;
}
.BgClassName
{
background-color: #2BE435;
}
</style>
border-color css
<style>
span { border-color: #2BE435; }
span { border-color: rgb(43,228,53); }
td.TdClassName
{
border-color: #2BE435;
}
.TagClassName
{
border-color: #2BE435;
}
</style>