Shades of Lime Green #2BE530
Tints of Lime Green #2BE530
RGB
CMYK
RGB Variations
Color information
#2BE530 (or 0x2BE530) is known color: Lime Green. HEX triplet: 2B, E5 and 30. RGB value is (43,229,48). Sum of RGB (Red+Green+Blue) = 43+229+48=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 229 (89.84% from 255 or 71.56% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE530 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE530 is #D41ACF. Grayscale: #999999. Windows color (decimal): -13900496 or 3204395. OLE color: 3204395.
HSL color Cylindrical-coordinate representation of color #2BE530: hue angle of 121.61º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE530 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 229 | 48 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.10 |
| HSL | 121.61º | 0.78% | 0.53% | - |
| HSV(B) | 121.61º | 0.81% | 0.9% | - |
| XYZ | 29.55 | 56.77 | 12.2 | - |
| YUV | 152.75 | 68.88 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 229 | 48 | 0.81 | 0 | 0.79 | 0.10 | 121.61 | 0.78 | 0.53 |
| Hex | 2B | E5 | 30 | 51 | 0 | 4F | A | 7A | 4E | 35 |
| Octal | 53 | 345 | 60 | 121 | 0 | 117 | 12 | 172 | 116 | 65 |
| Binary | 101011 | 11100101 | 110000 | 1010001 | 0 | 1001111 | 1010 | 1111010 | 1001110 | 110101 |
Color Harmonies of #2BE530
Complementary color
Monochromatic Colors of #2BE530
Black with #2BE530
Text Example
Text Example
White with #2BE530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE530; }
p { color: rgb(43,229,48); }
H1.HeaderClassName
{
color: #2BE530;
}
.AnyTagClassName
{
color: #2BE530;
}
</style>
background-color css
<style>
a { background-color: #2BE530; }
a { background-color: rgb(43,229,48); }
div.DivClassName
{
background-color: #2BE530;
}
.BgClassName
{
background-color: #2BE530;
}
</style>
border-color css
<style>
span { border-color: #2BE530; }
span { border-color: rgb(43,229,48); }
td.TdClassName
{
border-color: #2BE530;
}
.TagClassName
{
border-color: #2BE530;
}
</style>