Shades of Lime Green #2BE52A
Tints of Lime Green #2BE52A
RGB
CMYK
RGB Variations
Color information
#2BE52A (or 0x2BE52A) is known color: Lime Green. HEX triplet: 2B, E5 and 2A. RGB value is (43,229,42). Sum of RGB (Red+Green+Blue) = 43+229+42=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 229 (89.84% from 255 or 72.93% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE52A is #D41AD5. Grayscale: #989898. Windows color (decimal): -13900502 or 2811179. OLE color: 2811179.
HSL color Cylindrical-coordinate representation of color #2BE52A: hue angle of 119.68º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BE52A is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 229 | 42 | - |
| CMYK | 0.81 | 0 | 0.82 | 0.10 |
| HSL | 119.68º | 0.78% | 0.53% | - |
| HSV(B) | 119.68º | 0.82% | 0.9% | - |
| XYZ | 29.43 | 56.72 | 11.59 | - |
| YUV | 152.07 | 65.88 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 229 | 42 | 0.81 | 0 | 0.82 | 0.10 | 119.68 | 0.78 | 0.53 |
| Hex | 2B | E5 | 2A | 51 | 0 | 52 | A | 78 | 4E | 35 |
| Octal | 53 | 345 | 52 | 121 | 0 | 122 | 12 | 170 | 116 | 65 |
| Binary | 101011 | 11100101 | 101010 | 1010001 | 0 | 1010010 | 1010 | 1111000 | 1001110 | 110101 |
Color Harmonies of #2BE52A
Complementary color
Monochromatic Colors of #2BE52A
Black with #2BE52A
Text Example
Text Example
White with #2BE52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE52A; }
p { color: rgb(43,229,42); }
H1.HeaderClassName
{
color: #2BE52A;
}
.AnyTagClassName
{
color: #2BE52A;
}
</style>
background-color css
<style>
a { background-color: #2BE52A; }
a { background-color: rgb(43,229,42); }
div.DivClassName
{
background-color: #2BE52A;
}
.BgClassName
{
background-color: #2BE52A;
}
</style>
border-color css
<style>
span { border-color: #2BE52A; }
span { border-color: rgb(43,229,42); }
td.TdClassName
{
border-color: #2BE52A;
}
.TagClassName
{
border-color: #2BE52A;
}
</style>