Shades of Lime Green #2BE539
Tints of Lime Green #2BE539
RGB
CMYK
RGB Variations
Color information
#2BE539 (or 0x2BE539) is known color: Lime Green. HEX triplet: 2B, E5 and 39. RGB value is (43,229,57). Sum of RGB (Red+Green+Blue) = 43+229+57=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 229 (89.84% from 255 or 69.60% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE539 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE539 is #D41AC6. Grayscale: #9A9A9A. Windows color (decimal): -13900487 or 3794219. OLE color: 3794219.
HSL color Cylindrical-coordinate representation of color #2BE539: hue angle of 124.52º 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 #2BE539 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 229 | 57 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.10 |
| HSL | 124.52º | 0.78% | 0.53% | - |
| HSV(B) | 124.52º | 0.81% | 0.9% | - |
| XYZ | 29.75 | 56.85 | 13.28 | - |
| YUV | 153.78 | 73.38 | 48.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 229 | 57 | 0.81 | 0 | 0.75 | 0.10 | 124.52 | 0.78 | 0.53 |
| Hex | 2B | E5 | 39 | 51 | 0 | 4B | A | 7D | 4E | 35 |
| Octal | 53 | 345 | 71 | 121 | 0 | 113 | 12 | 175 | 116 | 65 |
| Binary | 101011 | 11100101 | 111001 | 1010001 | 0 | 1001011 | 1010 | 1111101 | 1001110 | 110101 |
Color Harmonies of #2BE539
Complementary color
Monochromatic Colors of #2BE539
Black with #2BE539
Text Example
Text Example
White with #2BE539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE539; }
p { color: rgb(43,229,57); }
H1.HeaderClassName
{
color: #2BE539;
}
.AnyTagClassName
{
color: #2BE539;
}
</style>
background-color css
<style>
a { background-color: #2BE539; }
a { background-color: rgb(43,229,57); }
div.DivClassName
{
background-color: #2BE539;
}
.BgClassName
{
background-color: #2BE539;
}
</style>
border-color css
<style>
span { border-color: #2BE539; }
span { border-color: rgb(43,229,57); }
td.TdClassName
{
border-color: #2BE539;
}
.TagClassName
{
border-color: #2BE539;
}
</style>