Shades of Lime Green #2BAD2F
Tints of Lime Green #2BAD2F
RGB
CMYK
RGB Variations
Color information
#2BAD2F (or 0x2BAD2F) is known color: Lime Green. HEX triplet: 2B, AD and 2F. RGB value is (43,173,47). Sum of RGB (Red+Green+Blue) = 43+173+47=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 173 (67.97% from 255 or 65.78% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAD2F is #D452D0. Grayscale: #787878. Windows color (decimal): -13914833 or 3124523. OLE color: 3124523.
HSL color Cylindrical-coordinate representation of color #2BAD2F: hue angle of 121.85º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAD2F is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 173 | 47 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.32 |
| HSL | 121.85º | 0.6% | 0.42% | - |
| HSV(B) | 121.85º | 0.75% | 0.68% | - |
| XYZ | 16.45 | 30.61 | 7.73 | - |
| YUV | 119.77 | 86.93 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 47 | 0.75 | 0 | 0.73 | 0.32 | 121.85 | 0.6 | 0.42 |
| Hex | 2B | AD | 2F | 4B | 0 | 49 | 20 | 7A | 3C | 2A |
| Octal | 53 | 255 | 57 | 113 | 0 | 111 | 40 | 172 | 74 | 52 |
| Binary | 101011 | 10101101 | 101111 | 1001011 | 0 | 1001001 | 100000 | 1111010 | 111100 | 101010 |
Color Harmonies of #2BAD2F
Complementary color
Monochromatic Colors of #2BAD2F
Black with #2BAD2F
Text Example
Text Example
White with #2BAD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAD2F; }
p { color: rgb(43,173,47); }
H1.HeaderClassName
{
color: #2BAD2F;
}
.AnyTagClassName
{
color: #2BAD2F;
}
</style>
background-color css
<style>
a { background-color: #2BAD2F; }
a { background-color: rgb(43,173,47); }
div.DivClassName
{
background-color: #2BAD2F;
}
.BgClassName
{
background-color: #2BAD2F;
}
</style>
border-color css
<style>
span { border-color: #2BAD2F; }
span { border-color: rgb(43,173,47); }
td.TdClassName
{
border-color: #2BAD2F;
}
.TagClassName
{
border-color: #2BAD2F;
}
</style>