Shades of Lime Green #2BE834
Tints of Lime Green #2BE834
RGB
CMYK
RGB Variations
Color information
#2BE834 (or 0x2BE834) is known color: Lime Green. HEX triplet: 2B, E8 and 34. RGB value is (43,232,52). Sum of RGB (Red+Green+Blue) = 43+232+52=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 232 (91.02% from 255 or 70.95% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 232 - color contains mainly: green. Hex color #2BE834 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE834 is #D417CB. Grayscale: #9B9B9B. Windows color (decimal): -13899724 or 3467307. OLE color: 3467307.
HSL color Cylindrical-coordinate representation of color #2BE834: hue angle of 122.86º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE834 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 232 | 52 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.09 |
| HSL | 122.86º | 0.8% | 0.54% | - |
| HSV(B) | 122.86º | 0.81% | 0.91% | - |
| XYZ | 30.47 | 58.47 | 12.93 | - |
| YUV | 154.97 | 69.88 | 48.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 232 | 52 | 0.81 | 0 | 0.78 | 0.09 | 122.86 | 0.8 | 0.54 |
| Hex | 2B | E8 | 34 | 51 | 0 | 4E | 9 | 7B | 50 | 36 |
| Octal | 53 | 350 | 64 | 121 | 0 | 116 | 11 | 173 | 120 | 66 |
| Binary | 101011 | 11101000 | 110100 | 1010001 | 0 | 1001110 | 1001 | 1111011 | 1010000 | 110110 |
Color Harmonies of #2BE834
Complementary color
Monochromatic Colors of #2BE834
Black with #2BE834
Text Example
Text Example
White with #2BE834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE834; }
p { color: rgb(43,232,52); }
H1.HeaderClassName
{
color: #2BE834;
}
.AnyTagClassName
{
color: #2BE834;
}
</style>
background-color css
<style>
a { background-color: #2BE834; }
a { background-color: rgb(43,232,52); }
div.DivClassName
{
background-color: #2BE834;
}
.BgClassName
{
background-color: #2BE834;
}
</style>
border-color css
<style>
span { border-color: #2BE834; }
span { border-color: rgb(43,232,52); }
td.TdClassName
{
border-color: #2BE834;
}
.TagClassName
{
border-color: #2BE834;
}
</style>