Shades of Lime Green #2BBE38
Tints of Lime Green #2BBE38
RGB
CMYK
RGB Variations
Color information
#2BBE38 (or 0x2BBE38) is known color: Lime Green. HEX triplet: 2B, BE and 38. RGB value is (43,190,56). Sum of RGB (Red+Green+Blue) = 43+190+56=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 190 (74.61% from 255 or 65.74% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBE38 is #D441C7. Grayscale: #838383. Windows color (decimal): -13910472 or 3718699. OLE color: 3718699.
HSL color Cylindrical-coordinate representation of color #2BBE38: hue angle of 125.31º 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 #2BBE38 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 56 | - |
| CMYK | 0.77 | 0 | 0.71 | 0.25 |
| HSL | 125.31º | 0.63% | 0.46% | - |
| HSV(B) | 125.31º | 0.77% | 0.75% | - |
| XYZ | 20.12 | 37.63 | 9.94 | - |
| YUV | 130.77 | 85.8 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 56 | 0.77 | 0 | 0.71 | 0.25 | 125.31 | 0.63 | 0.46 |
| Hex | 2B | BE | 38 | 4D | 0 | 47 | 19 | 7D | 3F | 2E |
| Octal | 53 | 276 | 70 | 115 | 0 | 107 | 31 | 175 | 77 | 56 |
| Binary | 101011 | 10111110 | 111000 | 1001101 | 0 | 1000111 | 11001 | 1111101 | 111111 | 101110 |
Color Harmonies of #2BBE38
Complementary color
Monochromatic Colors of #2BBE38
Black with #2BBE38
Text Example
Text Example
White with #2BBE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE38; }
p { color: rgb(43,190,56); }
H1.HeaderClassName
{
color: #2BBE38;
}
.AnyTagClassName
{
color: #2BBE38;
}
</style>
background-color css
<style>
a { background-color: #2BBE38; }
a { background-color: rgb(43,190,56); }
div.DivClassName
{
background-color: #2BBE38;
}
.BgClassName
{
background-color: #2BBE38;
}
</style>
border-color css
<style>
span { border-color: #2BBE38; }
span { border-color: rgb(43,190,56); }
td.TdClassName
{
border-color: #2BBE38;
}
.TagClassName
{
border-color: #2BBE38;
}
</style>