Shades of Lime Green #2BEA45
Tints of Lime Green #2BEA45
RGB
CMYK
RGB Variations
Color information
#2BEA45 (or 0x2BEA45) is known color: Lime Green. HEX triplet: 2B, EA and 45. RGB value is (43,234,69). Sum of RGB (Red+Green+Blue) = 43+234+69=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 234 (91.80% from 255 or 67.63% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEA45 is #D415BA. Grayscale: #9E9E9E. Windows color (decimal): -13899195 or 4581931. OLE color: 4581931.
HSL color Cylindrical-coordinate representation of color #2BEA45: hue angle of 128.17º 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 #2BEA45 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 69 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.08 |
| HSL | 128.17º | 0.82% | 0.54% | - |
| HSV(B) | 128.17º | 0.82% | 0.92% | - |
| XYZ | 31.49 | 59.79 | 15.51 | - |
| YUV | 158.08 | 77.72 | 45.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 69 | 0.82 | 0 | 0.71 | 0.08 | 128.17 | 0.82 | 0.54 |
| Hex | 2B | EA | 45 | 52 | 0 | 47 | 8 | 80 | 52 | 36 |
| Octal | 53 | 352 | 105 | 122 | 0 | 107 | 10 | 200 | 122 | 66 |
| Binary | 101011 | 11101010 | 1000101 | 1010010 | 0 | 1000111 | 1000 | 10000000 | 1010010 | 110110 |
Color Harmonies of #2BEA45
Complementary color
Monochromatic Colors of #2BEA45
Black with #2BEA45
Text Example
Text Example
White with #2BEA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEA45; }
p { color: rgb(43,234,69); }
H1.HeaderClassName
{
color: #2BEA45;
}
.AnyTagClassName
{
color: #2BEA45;
}
</style>
background-color css
<style>
a { background-color: #2BEA45; }
a { background-color: rgb(43,234,69); }
div.DivClassName
{
background-color: #2BEA45;
}
.BgClassName
{
background-color: #2BEA45;
}
</style>
border-color css
<style>
span { border-color: #2BEA45; }
span { border-color: rgb(43,234,69); }
td.TdClassName
{
border-color: #2BEA45;
}
.TagClassName
{
border-color: #2BEA45;
}
</style>