Shades of Lime Green #2BBC2F
Tints of Lime Green #2BBC2F
RGB
CMYK
RGB Variations
Color information
#2BBC2F (or 0x2BBC2F) is known color: Lime Green. HEX triplet: 2B, BC and 2F. RGB value is (43,188,47). Sum of RGB (Red+Green+Blue) = 43+188+47=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 188 (73.83% from 255 or 67.63% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBC2F is #D443D0. Grayscale: #808080. Windows color (decimal): -13910993 or 3128363. OLE color: 3128363.
HSL color Cylindrical-coordinate representation of color #2BBC2F: hue angle of 121.66º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBC2F is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 47 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.26 |
| HSL | 121.66º | 0.63% | 0.45% | - |
| HSV(B) | 121.66º | 0.77% | 0.74% | - |
| XYZ | 19.49 | 36.69 | 8.74 | - |
| YUV | 128.57 | 81.96 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 47 | 0.77 | 0 | 0.75 | 0.26 | 121.66 | 0.63 | 0.45 |
| Hex | 2B | BC | 2F | 4D | 0 | 4B | 1A | 7A | 3F | 2D |
| Octal | 53 | 274 | 57 | 115 | 0 | 113 | 32 | 172 | 77 | 55 |
| Binary | 101011 | 10111100 | 101111 | 1001101 | 0 | 1001011 | 11010 | 1111010 | 111111 | 101101 |
Color Harmonies of #2BBC2F
Complementary color
Monochromatic Colors of #2BBC2F
Black with #2BBC2F
Text Example
Text Example
White with #2BBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC2F; }
p { color: rgb(43,188,47); }
H1.HeaderClassName
{
color: #2BBC2F;
}
.AnyTagClassName
{
color: #2BBC2F;
}
</style>
background-color css
<style>
a { background-color: #2BBC2F; }
a { background-color: rgb(43,188,47); }
div.DivClassName
{
background-color: #2BBC2F;
}
.BgClassName
{
background-color: #2BBC2F;
}
</style>
border-color css
<style>
span { border-color: #2BBC2F; }
span { border-color: rgb(43,188,47); }
td.TdClassName
{
border-color: #2BBC2F;
}
.TagClassName
{
border-color: #2BBC2F;
}
</style>