Shades of Lime Green #2BBE41
Tints of Lime Green #2BBE41
RGB
CMYK
RGB Variations
Color information
#2BBE41 (or 0x2BBE41) is known color: Lime Green. HEX triplet: 2B, BE and 41. RGB value is (43,190,65). Sum of RGB (Red+Green+Blue) = 43+190+65=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 190 (74.61% from 255 or 63.76% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBE41 is #D441BE. Grayscale: #848484. Windows color (decimal): -13910463 or 4308523. OLE color: 4308523.
HSL color Cylindrical-coordinate representation of color #2BBE41: hue angle of 128.98º 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 #2BBE41 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 65 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.25 |
| HSL | 128.98º | 0.63% | 0.46% | - |
| HSV(B) | 128.98º | 0.77% | 0.75% | - |
| XYZ | 20.36 | 37.72 | 11.21 | - |
| YUV | 131.8 | 90.3 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 65 | 0.77 | 0 | 0.66 | 0.25 | 128.98 | 0.63 | 0.46 |
| Hex | 2B | BE | 41 | 4D | 0 | 42 | 19 | 81 | 3F | 2E |
| Octal | 53 | 276 | 101 | 115 | 0 | 102 | 31 | 201 | 77 | 56 |
| Binary | 101011 | 10111110 | 1000001 | 1001101 | 0 | 1000010 | 11001 | 10000001 | 111111 | 101110 |
Color Harmonies of #2BBE41
Complementary color
Monochromatic Colors of #2BBE41
Black with #2BBE41
Text Example
Text Example
White with #2BBE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE41; }
p { color: rgb(43,190,65); }
H1.HeaderClassName
{
color: #2BBE41;
}
.AnyTagClassName
{
color: #2BBE41;
}
</style>
background-color css
<style>
a { background-color: #2BBE41; }
a { background-color: rgb(43,190,65); }
div.DivClassName
{
background-color: #2BBE41;
}
.BgClassName
{
background-color: #2BBE41;
}
</style>
border-color css
<style>
span { border-color: #2BBE41; }
span { border-color: rgb(43,190,65); }
td.TdClassName
{
border-color: #2BBE41;
}
.TagClassName
{
border-color: #2BBE41;
}
</style>