Shades of Lime Green #2BBE2D
Tints of Lime Green #2BBE2D
RGB
CMYK
RGB Variations
Color information
#2BBE2D (or 0x2BBE2D) is known color: Lime Green. HEX triplet: 2B, BE and 2D. RGB value is (43,190,45). Sum of RGB (Red+Green+Blue) = 43+190+45=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 190 (74.61% from 255 or 68.35% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBE2D is #D441D2. Grayscale: #818181. Windows color (decimal): -13910483 or 2997803. OLE color: 2997803.
HSL color Cylindrical-coordinate representation of color #2BBE2D: hue angle of 120.82º 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 #2BBE2D is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 45 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.25 |
| HSL | 120.82º | 0.63% | 0.46% | - |
| HSV(B) | 120.82º | 0.77% | 0.75% | - |
| XYZ | 19.88 | 37.53 | 8.68 | - |
| YUV | 129.52 | 80.3 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 45 | 0.77 | 0 | 0.76 | 0.25 | 120.82 | 0.63 | 0.46 |
| Hex | 2B | BE | 2D | 4D | 0 | 4C | 19 | 79 | 3F | 2E |
| Octal | 53 | 276 | 55 | 115 | 0 | 114 | 31 | 171 | 77 | 56 |
| Binary | 101011 | 10111110 | 101101 | 1001101 | 0 | 1001100 | 11001 | 1111001 | 111111 | 101110 |
Color Harmonies of #2BBE2D
Complementary color
Monochromatic Colors of #2BBE2D
Black with #2BBE2D
Text Example
Text Example
White with #2BBE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE2D; }
p { color: rgb(43,190,45); }
H1.HeaderClassName
{
color: #2BBE2D;
}
.AnyTagClassName
{
color: #2BBE2D;
}
</style>
background-color css
<style>
a { background-color: #2BBE2D; }
a { background-color: rgb(43,190,45); }
div.DivClassName
{
background-color: #2BBE2D;
}
.BgClassName
{
background-color: #2BBE2D;
}
</style>
border-color css
<style>
span { border-color: #2BBE2D; }
span { border-color: rgb(43,190,45); }
td.TdClassName
{
border-color: #2BBE2D;
}
.TagClassName
{
border-color: #2BBE2D;
}
</style>