Shades of Lime Green #2BEA34
Tints of Lime Green #2BEA34
RGB
CMYK
RGB Variations
Color information
#2BEA34 (or 0x2BEA34) is known color: Lime Green. HEX triplet: 2B, EA and 34. RGB value is (43,234,52). Sum of RGB (Red+Green+Blue) = 43+234+52=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 234 (91.80% from 255 or 71.12% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEA34 is #D415CB. Grayscale: #9C9C9C. Windows color (decimal): -13899212 or 3467819. OLE color: 3467819.
HSL color Cylindrical-coordinate representation of color #2BEA34: hue angle of 122.83º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEA34 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 52 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.08 |
| HSL | 122.83º | 0.82% | 0.54% | - |
| HSV(B) | 122.83º | 0.82% | 0.92% | - |
| XYZ | 31.04 | 59.61 | 13.12 | - |
| YUV | 156.14 | 69.22 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 52 | 0.82 | 0 | 0.78 | 0.08 | 122.83 | 0.82 | 0.54 |
| Hex | 2B | EA | 34 | 52 | 0 | 4E | 8 | 7B | 52 | 36 |
| Octal | 53 | 352 | 64 | 122 | 0 | 116 | 10 | 173 | 122 | 66 |
| Binary | 101011 | 11101010 | 110100 | 1010010 | 0 | 1001110 | 1000 | 1111011 | 1010010 | 110110 |
Color Harmonies of #2BEA34
Complementary color
Monochromatic Colors of #2BEA34
Black with #2BEA34
Text Example
Text Example
White with #2BEA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEA34; }
p { color: rgb(43,234,52); }
H1.HeaderClassName
{
color: #2BEA34;
}
.AnyTagClassName
{
color: #2BEA34;
}
</style>
background-color css
<style>
a { background-color: #2BEA34; }
a { background-color: rgb(43,234,52); }
div.DivClassName
{
background-color: #2BEA34;
}
.BgClassName
{
background-color: #2BEA34;
}
</style>
border-color css
<style>
span { border-color: #2BEA34; }
span { border-color: rgb(43,234,52); }
td.TdClassName
{
border-color: #2BEA34;
}
.TagClassName
{
border-color: #2BEA34;
}
</style>