Shades of Lime Green #2BBF1E
Tints of Lime Green #2BBF1E
RGB
CMYK
RGB Variations
Color information
#2BBF1E (or 0x2BBF1E) is known color: Lime Green. HEX triplet: 2B, BF and 1E. RGB value is (43,191,30). Sum of RGB (Red+Green+Blue) = 43+191+30=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 191 (75% from 255 or 72.35% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 191 - color contains mainly: green. Hex color #2BBF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBF1E is #D440E1. Grayscale: #808080. Windows color (decimal): -13910242 or 2015019. OLE color: 2015019.
HSL color Cylindrical-coordinate representation of color #2BBF1E: hue angle of 115.16º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BBF1E is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 191 | 30 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.25 |
| HSL | 115.16º | 0.73% | 0.43% | - |
| HSV(B) | 115.16º | 0.84% | 0.75% | - |
| XYZ | 19.86 | 37.87 | 7.49 | - |
| YUV | 128.39 | 72.47 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 191 | 30 | 0.77 | 0 | 0.84 | 0.25 | 115.16 | 0.73 | 0.43 |
| Hex | 2B | BF | 1E | 4D | 0 | 54 | 19 | 73 | 49 | 2B |
| Octal | 53 | 277 | 36 | 115 | 0 | 124 | 31 | 163 | 111 | 53 |
| Binary | 101011 | 10111111 | 11110 | 1001101 | 0 | 1010100 | 11001 | 1110011 | 1001001 | 101011 |
Color Harmonies of #2BBF1E
Complementary color
Monochromatic Colors of #2BBF1E
Black with #2BBF1E
Text Example
Text Example
White with #2BBF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBF1E; }
p { color: rgb(43,191,30); }
H1.HeaderClassName
{
color: #2BBF1E;
}
.AnyTagClassName
{
color: #2BBF1E;
}
</style>
background-color css
<style>
a { background-color: #2BBF1E; }
a { background-color: rgb(43,191,30); }
div.DivClassName
{
background-color: #2BBF1E;
}
.BgClassName
{
background-color: #2BBF1E;
}
</style>
border-color css
<style>
span { border-color: #2BBF1E; }
span { border-color: rgb(43,191,30); }
td.TdClassName
{
border-color: #2BBF1E;
}
.TagClassName
{
border-color: #2BBF1E;
}
</style>