Shades of Lime Green #2BB436
Tints of Lime Green #2BB436
RGB
CMYK
RGB Variations
Color information
#2BB436 (or 0x2BB436) is known color: Lime Green. HEX triplet: 2B, B4 and 36. RGB value is (43,180,54). Sum of RGB (Red+Green+Blue) = 43+180+54=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 180 (70.70% from 255 or 64.98% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB436 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB436 is #D44BC9. Grayscale: #7D7D7D. Windows color (decimal): -13913034 or 3585067. OLE color: 3585067.
HSL color Cylindrical-coordinate representation of color #2BB436: hue angle of 124.82º 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 #2BB436 is Cyan = 0.76, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 180 | 54 | - |
| CMYK | 0.76 | 0 | 0.7 | 0.29 |
| HSL | 124.82º | 0.61% | 0.44% | - |
| HSV(B) | 124.82º | 0.76% | 0.71% | - |
| XYZ | 17.98 | 33.42 | 8.99 | - |
| YUV | 124.67 | 88.11 | 69.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 180 | 54 | 0.76 | 0 | 0.7 | 0.29 | 124.82 | 0.61 | 0.44 |
| Hex | 2B | B4 | 36 | 4C | 0 | 46 | 1D | 7D | 3D | 2C |
| Octal | 53 | 264 | 66 | 114 | 0 | 106 | 35 | 175 | 75 | 54 |
| Binary | 101011 | 10110100 | 110110 | 1001100 | 0 | 1000110 | 11101 | 1111101 | 111101 | 101100 |
Color Harmonies of #2BB436
Complementary color
Monochromatic Colors of #2BB436
Black with #2BB436
Text Example
Text Example
White with #2BB436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB436; }
p { color: rgb(43,180,54); }
H1.HeaderClassName
{
color: #2BB436;
}
.AnyTagClassName
{
color: #2BB436;
}
</style>
background-color css
<style>
a { background-color: #2BB436; }
a { background-color: rgb(43,180,54); }
div.DivClassName
{
background-color: #2BB436;
}
.BgClassName
{
background-color: #2BB436;
}
</style>
border-color css
<style>
span { border-color: #2BB436; }
span { border-color: rgb(43,180,54); }
td.TdClassName
{
border-color: #2BB436;
}
.TagClassName
{
border-color: #2BB436;
}
</style>