Shades of Lime Green #2BB441
Tints of Lime Green #2BB441
RGB
CMYK
RGB Variations
Color information
#2BB441 (or 0x2BB441) is known color: Lime Green. HEX triplet: 2B, B4 and 41. RGB value is (43,180,65). Sum of RGB (Red+Green+Blue) = 43+180+65=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 180 (70.70% from 255 or 62.5% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB441 is #D44BBE. Grayscale: #7E7E7E. Windows color (decimal): -13913023 or 4305963. OLE color: 4305963.
HSL color Cylindrical-coordinate representation of color #2BB441: hue angle of 129.64º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB441 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 180 | 65 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.29 |
| HSL | 129.64º | 0.61% | 0.44% | - |
| HSV(B) | 129.64º | 0.76% | 0.71% | - |
| XYZ | 18.27 | 33.54 | 10.51 | - |
| YUV | 125.93 | 93.61 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 180 | 65 | 0.76 | 0 | 0.64 | 0.29 | 129.64 | 0.61 | 0.44 |
| Hex | 2B | B4 | 41 | 4C | 0 | 40 | 1D | 82 | 3D | 2C |
| Octal | 53 | 264 | 101 | 114 | 0 | 100 | 35 | 202 | 75 | 54 |
| Binary | 101011 | 10110100 | 1000001 | 1001100 | 0 | 1000000 | 11101 | 10000010 | 111101 | 101100 |
Color Harmonies of #2BB441
Complementary color
Monochromatic Colors of #2BB441
Black with #2BB441
Text Example
Text Example
White with #2BB441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB441; }
p { color: rgb(43,180,65); }
H1.HeaderClassName
{
color: #2BB441;
}
.AnyTagClassName
{
color: #2BB441;
}
</style>
background-color css
<style>
a { background-color: #2BB441; }
a { background-color: rgb(43,180,65); }
div.DivClassName
{
background-color: #2BB441;
}
.BgClassName
{
background-color: #2BB441;
}
</style>
border-color css
<style>
span { border-color: #2BB441; }
span { border-color: rgb(43,180,65); }
td.TdClassName
{
border-color: #2BB441;
}
.TagClassName
{
border-color: #2BB441;
}
</style>