Shades of Lime Green #2BDA2F
Tints of Lime Green #2BDA2F
RGB
CMYK
RGB Variations
Color information
#2BDA2F (or 0x2BDA2F) is known color: Lime Green. HEX triplet: 2B, DA and 2F. RGB value is (43,218,47). Sum of RGB (Red+Green+Blue) = 43+218+47=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 218 (85.55% from 255 or 70.78% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDA2F is #D425D0. Grayscale: #929292. Windows color (decimal): -13903313 or 3136043. OLE color: 3136043.
HSL color Cylindrical-coordinate representation of color #2BDA2F: hue angle of 121.37º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDA2F is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 47 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.15 |
| HSL | 121.37º | 0.7% | 0.51% | - |
| HSV(B) | 121.37º | 0.8% | 0.85% | - |
| XYZ | 26.58 | 50.86 | 11.11 | - |
| YUV | 146.18 | 72.02 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 47 | 0.80 | 0 | 0.78 | 0.15 | 121.37 | 0.7 | 0.51 |
| Hex | 2B | DA | 2F | 50 | 0 | 4E | F | 79 | 46 | 33 |
| Octal | 53 | 332 | 57 | 120 | 0 | 116 | 17 | 171 | 106 | 63 |
| Binary | 101011 | 11011010 | 101111 | 1010000 | 0 | 1001110 | 1111 | 1111001 | 1000110 | 110011 |
Color Harmonies of #2BDA2F
Complementary color
Monochromatic Colors of #2BDA2F
Black with #2BDA2F
Text Example
Text Example
White with #2BDA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDA2F; }
p { color: rgb(43,218,47); }
H1.HeaderClassName
{
color: #2BDA2F;
}
.AnyTagClassName
{
color: #2BDA2F;
}
</style>
background-color css
<style>
a { background-color: #2BDA2F; }
a { background-color: rgb(43,218,47); }
div.DivClassName
{
background-color: #2BDA2F;
}
.BgClassName
{
background-color: #2BDA2F;
}
</style>
border-color css
<style>
span { border-color: #2BDA2F; }
span { border-color: rgb(43,218,47); }
td.TdClassName
{
border-color: #2BDA2F;
}
.TagClassName
{
border-color: #2BDA2F;
}
</style>