Shades of Lime Green #2BE44A
Tints of Lime Green #2BE44A
RGB
CMYK
RGB Variations
Color information
#2BE44A (or 0x2BE44A) is known color: Lime Green. HEX triplet: 2B, E4 and 4A. RGB value is (43,228,74). Sum of RGB (Red+Green+Blue) = 43+228+74=345 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.46% from 345); Green value is 228 (89.45% from 255 or 66.09% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 228 - color contains mainly: green. Hex color #2BE44A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE44A is #D41BB5. Grayscale: #9B9B9B. Windows color (decimal): -13900726 or 4908075. OLE color: 4908075.
HSL color Cylindrical-coordinate representation of color #2BE44A: hue angle of 130.05º 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 #2BE44A is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 228 | 74 | - |
| CMYK | 0.81 | 0 | 0.68 | 0.11 |
| HSL | 130.05º | 0.77% | 0.53% | - |
| HSV(B) | 130.05º | 0.81% | 0.89% | - |
| XYZ | 29.98 | 56.49 | 15.8 | - |
| YUV | 155.13 | 82.21 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 228 | 74 | 0.81 | 0 | 0.68 | 0.11 | 130.05 | 0.77 | 0.53 |
| Hex | 2B | E4 | 4A | 51 | 0 | 44 | B | 82 | 4D | 35 |
| Octal | 53 | 344 | 112 | 121 | 0 | 104 | 13 | 202 | 115 | 65 |
| Binary | 101011 | 11100100 | 1001010 | 1010001 | 0 | 1000100 | 1011 | 10000010 | 1001101 | 110101 |
Color Harmonies of #2BE44A
Complementary color
Monochromatic Colors of #2BE44A
Black with #2BE44A
Text Example
Text Example
White with #2BE44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE44A; }
p { color: rgb(43,228,74); }
H1.HeaderClassName
{
color: #2BE44A;
}
.AnyTagClassName
{
color: #2BE44A;
}
</style>
background-color css
<style>
a { background-color: #2BE44A; }
a { background-color: rgb(43,228,74); }
div.DivClassName
{
background-color: #2BE44A;
}
.BgClassName
{
background-color: #2BE44A;
}
</style>
border-color css
<style>
span { border-color: #2BE44A; }
span { border-color: rgb(43,228,74); }
td.TdClassName
{
border-color: #2BE44A;
}
.TagClassName
{
border-color: #2BE44A;
}
</style>