Shades of Lime Green #2BBF2D
Tints of Lime Green #2BBF2D
RGB
CMYK
RGB Variations
Color information
#2BBF2D (or 0x2BBF2D) is known color: Lime Green. HEX triplet: 2B, BF and 2D. RGB value is (43,191,45). Sum of RGB (Red+Green+Blue) = 43+191+45=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 191 (75% from 255 or 68.46% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 191 - color contains mainly: green. Hex color #2BBF2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBF2D is #D440D2. Grayscale: #828282. Windows color (decimal): -13910227 or 2998059. OLE color: 2998059.
HSL color Cylindrical-coordinate representation of color #2BBF2D: hue angle of 120.81º 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 #2BBF2D is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 191 | 45 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.25 |
| HSL | 120.81º | 0.63% | 0.46% | - |
| HSV(B) | 120.81º | 0.77% | 0.75% | - |
| XYZ | 20.1 | 37.96 | 8.75 | - |
| YUV | 130.1 | 79.97 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 191 | 45 | 0.77 | 0 | 0.76 | 0.25 | 120.81 | 0.63 | 0.46 |
| Hex | 2B | BF | 2D | 4D | 0 | 4C | 19 | 79 | 3F | 2E |
| Octal | 53 | 277 | 55 | 115 | 0 | 114 | 31 | 171 | 77 | 56 |
| Binary | 101011 | 10111111 | 101101 | 1001101 | 0 | 1001100 | 11001 | 1111001 | 111111 | 101110 |
Color Harmonies of #2BBF2D
Complementary color
Monochromatic Colors of #2BBF2D
Black with #2BBF2D
Text Example
Text Example
White with #2BBF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBF2D; }
p { color: rgb(43,191,45); }
H1.HeaderClassName
{
color: #2BBF2D;
}
.AnyTagClassName
{
color: #2BBF2D;
}
</style>
background-color css
<style>
a { background-color: #2BBF2D; }
a { background-color: rgb(43,191,45); }
div.DivClassName
{
background-color: #2BBF2D;
}
.BgClassName
{
background-color: #2BBF2D;
}
</style>
border-color css
<style>
span { border-color: #2BBF2D; }
span { border-color: rgb(43,191,45); }
td.TdClassName
{
border-color: #2BBF2D;
}
.TagClassName
{
border-color: #2BBF2D;
}
</style>