Shades of Lime Green #2BDA3F
Tints of Lime Green #2BDA3F
RGB
CMYK
RGB Variations
Color information
#2BDA3F (or 0x2BDA3F) is known color: Lime Green. HEX triplet: 2B, DA and 3F. RGB value is (43,218,63). Sum of RGB (Red+Green+Blue) = 43+218+63=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 218 (85.55% from 255 or 67.28% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDA3F is #D425C0. Grayscale: #949494. Windows color (decimal): -13903297 or 4184619. OLE color: 4184619.
HSL color Cylindrical-coordinate representation of color #2BDA3F: hue angle of 126.86º 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 #2BDA3F is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 63 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.15 |
| HSL | 126.86º | 0.7% | 0.51% | - |
| HSV(B) | 126.86º | 0.8% | 0.85% | - |
| XYZ | 26.96 | 51.02 | 13.13 | - |
| YUV | 148.01 | 80.02 | 53.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 63 | 0.80 | 0 | 0.71 | 0.15 | 126.86 | 0.7 | 0.51 |
| Hex | 2B | DA | 3F | 50 | 0 | 47 | F | 7F | 46 | 33 |
| Octal | 53 | 332 | 77 | 120 | 0 | 107 | 17 | 177 | 106 | 63 |
| Binary | 101011 | 11011010 | 111111 | 1010000 | 0 | 1000111 | 1111 | 1111111 | 1000110 | 110011 |
Color Harmonies of #2BDA3F
Complementary color
Monochromatic Colors of #2BDA3F
Black with #2BDA3F
Text Example
Text Example
White with #2BDA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDA3F; }
p { color: rgb(43,218,63); }
H1.HeaderClassName
{
color: #2BDA3F;
}
.AnyTagClassName
{
color: #2BDA3F;
}
</style>
background-color css
<style>
a { background-color: #2BDA3F; }
a { background-color: rgb(43,218,63); }
div.DivClassName
{
background-color: #2BDA3F;
}
.BgClassName
{
background-color: #2BDA3F;
}
</style>
border-color css
<style>
span { border-color: #2BDA3F; }
span { border-color: rgb(43,218,63); }
td.TdClassName
{
border-color: #2BDA3F;
}
.TagClassName
{
border-color: #2BDA3F;
}
</style>