Shades of Lime Green #2BBC1F
Tints of Lime Green #2BBC1F
RGB
CMYK
RGB Variations
Color information
#2BBC1F (or 0x2BBC1F) is known color: Lime Green. HEX triplet: 2B, BC and 1F. RGB value is (43,188,31). Sum of RGB (Red+Green+Blue) = 43+188+31=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 188 (73.83% from 255 or 71.76% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBC1F is #D443E0. Grayscale: #7F7F7F. Windows color (decimal): -13911009 or 2079787. OLE color: 2079787.
HSL color Cylindrical-coordinate representation of color #2BBC1F: hue angle of 115.41º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BBC1F is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 31 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.26 |
| HSL | 115.41º | 0.72% | 0.43% | - |
| HSV(B) | 115.41º | 0.84% | 0.74% | - |
| XYZ | 19.23 | 36.58 | 7.34 | - |
| YUV | 126.75 | 73.96 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 31 | 0.77 | 0 | 0.84 | 0.26 | 115.41 | 0.72 | 0.43 |
| Hex | 2B | BC | 1F | 4D | 0 | 54 | 1A | 73 | 48 | 2B |
| Octal | 53 | 274 | 37 | 115 | 0 | 124 | 32 | 163 | 110 | 53 |
| Binary | 101011 | 10111100 | 11111 | 1001101 | 0 | 1010100 | 11010 | 1110011 | 1001000 | 101011 |
Color Harmonies of #2BBC1F
Complementary color
Monochromatic Colors of #2BBC1F
Black with #2BBC1F
Text Example
Text Example
White with #2BBC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC1F; }
p { color: rgb(43,188,31); }
H1.HeaderClassName
{
color: #2BBC1F;
}
.AnyTagClassName
{
color: #2BBC1F;
}
</style>
background-color css
<style>
a { background-color: #2BBC1F; }
a { background-color: rgb(43,188,31); }
div.DivClassName
{
background-color: #2BBC1F;
}
.BgClassName
{
background-color: #2BBC1F;
}
</style>
border-color css
<style>
span { border-color: #2BBC1F; }
span { border-color: rgb(43,188,31); }
td.TdClassName
{
border-color: #2BBC1F;
}
.TagClassName
{
border-color: #2BBC1F;
}
</style>