Shades of Lime Green #2BBE4C
Tints of Lime Green #2BBE4C
RGB
CMYK
RGB Variations
Color information
#2BBE4C (or 0x2BBE4C) is known color: Lime Green. HEX triplet: 2B, BE and 4C. RGB value is (43,190,76). Sum of RGB (Red+Green+Blue) = 43+190+76=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 190 (74.61% from 255 or 61.49% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBE4C is #D441B3. Grayscale: #858585. Windows color (decimal): -13910452 or 5029419. OLE color: 5029419.
HSL color Cylindrical-coordinate representation of color #2BBE4C: hue angle of 133.47º 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 #2BBE4C is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 76 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.25 |
| HSL | 133.47º | 0.63% | 0.46% | - |
| HSV(B) | 133.47º | 0.77% | 0.75% | - |
| XYZ | 20.71 | 37.86 | 13.05 | - |
| YUV | 133.05 | 95.8 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 76 | 0.77 | 0 | 0.60 | 0.25 | 133.47 | 0.63 | 0.46 |
| Hex | 2B | BE | 4C | 4D | 0 | 3C | 19 | 85 | 3F | 2E |
| Octal | 53 | 276 | 114 | 115 | 0 | 74 | 31 | 205 | 77 | 56 |
| Binary | 101011 | 10111110 | 1001100 | 1001101 | 0 | 111100 | 11001 | 10000101 | 111111 | 101110 |
Color Harmonies of #2BBE4C
Complementary color
Monochromatic Colors of #2BBE4C
Black with #2BBE4C
Text Example
Text Example
White with #2BBE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE4C; }
p { color: rgb(43,190,76); }
H1.HeaderClassName
{
color: #2BBE4C;
}
.AnyTagClassName
{
color: #2BBE4C;
}
</style>
background-color css
<style>
a { background-color: #2BBE4C; }
a { background-color: rgb(43,190,76); }
div.DivClassName
{
background-color: #2BBE4C;
}
.BgClassName
{
background-color: #2BBE4C;
}
</style>
border-color css
<style>
span { border-color: #2BBE4C; }
span { border-color: rgb(43,190,76); }
td.TdClassName
{
border-color: #2BBE4C;
}
.TagClassName
{
border-color: #2BBE4C;
}
</style>