Shades of Lime Green #2BBE45
Tints of Lime Green #2BBE45
RGB
CMYK
RGB Variations
Color information
#2BBE45 (or 0x2BBE45) is known color: Lime Green. HEX triplet: 2B, BE and 45. RGB value is (43,190,69). Sum of RGB (Red+Green+Blue) = 43+190+69=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 190 (74.61% from 255 or 62.91% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBE45 is #D441BA. Grayscale: #848484. Windows color (decimal): -13910459 or 4570667. OLE color: 4570667.
HSL color Cylindrical-coordinate representation of color #2BBE45: hue angle of 130.61º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBE45 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 69 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.25 |
| HSL | 130.61º | 0.63% | 0.46% | - |
| HSV(B) | 130.61º | 0.77% | 0.75% | - |
| XYZ | 20.48 | 37.77 | 11.84 | - |
| YUV | 132.25 | 92.3 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 69 | 0.77 | 0 | 0.64 | 0.25 | 130.61 | 0.63 | 0.46 |
| Hex | 2B | BE | 45 | 4D | 0 | 40 | 19 | 83 | 3F | 2E |
| Octal | 53 | 276 | 105 | 115 | 0 | 100 | 31 | 203 | 77 | 56 |
| Binary | 101011 | 10111110 | 1000101 | 1001101 | 0 | 1000000 | 11001 | 10000011 | 111111 | 101110 |
Color Harmonies of #2BBE45
Complementary color
Monochromatic Colors of #2BBE45
Black with #2BBE45
Text Example
Text Example
White with #2BBE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE45; }
p { color: rgb(43,190,69); }
H1.HeaderClassName
{
color: #2BBE45;
}
.AnyTagClassName
{
color: #2BBE45;
}
</style>
background-color css
<style>
a { background-color: #2BBE45; }
a { background-color: rgb(43,190,69); }
div.DivClassName
{
background-color: #2BBE45;
}
.BgClassName
{
background-color: #2BBE45;
}
</style>
border-color css
<style>
span { border-color: #2BBE45; }
span { border-color: rgb(43,190,69); }
td.TdClassName
{
border-color: #2BBE45;
}
.TagClassName
{
border-color: #2BBE45;
}
</style>