Shades of Lime Green #2BBE2B
Tints of Lime Green #2BBE2B
RGB
CMYK
RGB Variations
Color information
#2BBE2B (or 0x2BBE2B) is known color: Lime Green. HEX triplet: 2B, BE and 2B. RGB value is (43,190,43). Sum of RGB (Red+Green+Blue) = 43+190+43=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 190 (74.61% from 255 or 68.84% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBE2B is #D441D4. Grayscale: #818181. Windows color (decimal): -13910485 or 2866731. OLE color: 2866731.
HSL color Cylindrical-coordinate representation of color #2BBE2B: hue angle of 120º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBE2B is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
RGB | 43 | 190 | 43 | - |
CMYK | 0.77 | 0 | 0.77 | 0.25 |
HSL | 120º | 0.63% | 0.46% | - |
HSV(B) | 120º | 0.77% | 0.75% | - |
XYZ | 19.85 | 37.51 | 8.48 | - |
YUV | 129.29 | 79.3 | 66.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 190 | 43 | 0.77 | 0 | 0.77 | 0.25 | 120 | 0.63 | 0.46 |
Hex | 2B | BE | 2B | 4D | 0 | 4D | 19 | 78 | 3F | 2E |
Octal | 53 | 276 | 53 | 115 | 0 | 115 | 31 | 170 | 77 | 56 |
Binary | 101011 | 10111110 | 101011 | 1001101 | 0 | 1001101 | 11001 | 1111000 | 111111 | 101110 |
Color Harmonies of #2BBE2B
Complementary color
Monochromatic Colors of #2BBE2B
Black with #2BBE2B
Text Example
Text Example
White with #2BBE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE2B; }
p { color: rgb(43,190,43); }
H1.HeaderClassName
{
color: #2BBE2B;
}
.AnyTagClassName
{
color: #2BBE2B;
}
</style>
background-color css
<style>
a { background-color: #2BBE2B; }
a { background-color: rgb(43,190,43); }
div.DivClassName
{
background-color: #2BBE2B;
}
.BgClassName
{
background-color: #2BBE2B;
}
</style>
border-color css
<style>
span { border-color: #2BBE2B; }
span { border-color: rgb(43,190,43); }
td.TdClassName
{
border-color: #2BBE2B;
}
.TagClassName
{
border-color: #2BBE2B;
}
</style>