Shades of Lime Green #2BBE1B
Tints of Lime Green #2BBE1B
RGB
CMYK
RGB Variations
Color information
#2BBE1B (or 0x2BBE1B) is known color: Lime Green. HEX triplet: 2B, BE and 1B. RGB value is (43,190,27). Sum of RGB (Red+Green+Blue) = 43+190+27=260 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.54% from 260); Green value is 190 (74.61% from 255 or 73.08% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBE1B is #D441E4. Grayscale: #7F7F7F. Windows color (decimal): -13910501 or 1818155. OLE color: 1818155.
HSL color Cylindrical-coordinate representation of color #2BBE1B: hue angle of 114.11º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2BBE1B is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 27 | - |
| CMYK | 0.77 | 0 | 0.86 | 0.25 |
| HSL | 114.11º | 0.75% | 0.43% | - |
| HSV(B) | 114.11º | 0.86% | 0.75% | - |
| XYZ | 19.61 | 37.42 | 7.23 | - |
| YUV | 127.47 | 71.3 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 27 | 0.77 | 0 | 0.86 | 0.25 | 114.11 | 0.75 | 0.43 |
| Hex | 2B | BE | 1B | 4D | 0 | 56 | 19 | 72 | 4B | 2B |
| Octal | 53 | 276 | 33 | 115 | 0 | 126 | 31 | 162 | 113 | 53 |
| Binary | 101011 | 10111110 | 11011 | 1001101 | 0 | 1010110 | 11001 | 1110010 | 1001011 | 101011 |
Color Harmonies of #2BBE1B
Complementary color
Monochromatic Colors of #2BBE1B
Black with #2BBE1B
Text Example
Text Example
White with #2BBE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE1B; }
p { color: rgb(43,190,27); }
H1.HeaderClassName
{
color: #2BBE1B;
}
.AnyTagClassName
{
color: #2BBE1B;
}
</style>
background-color css
<style>
a { background-color: #2BBE1B; }
a { background-color: rgb(43,190,27); }
div.DivClassName
{
background-color: #2BBE1B;
}
.BgClassName
{
background-color: #2BBE1B;
}
</style>
border-color css
<style>
span { border-color: #2BBE1B; }
span { border-color: rgb(43,190,27); }
td.TdClassName
{
border-color: #2BBE1B;
}
.TagClassName
{
border-color: #2BBE1B;
}
</style>