Shades of Lime Green #2BDA44
Tints of Lime Green #2BDA44
RGB
CMYK
RGB Variations
Color information
#2BDA44 (or 0x2BDA44) is known color: Lime Green. HEX triplet: 2B, DA and 44. RGB value is (43,218,68). Sum of RGB (Red+Green+Blue) = 43+218+68=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 218 (85.55% from 255 or 66.26% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDA44 is #D425BB. Grayscale: #959595. Windows color (decimal): -13903292 or 4512299. OLE color: 4512299.
HSL color Cylindrical-coordinate representation of color #2BDA44: hue angle of 128.57º 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 #2BDA44 is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 68 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.15 |
| HSL | 128.57º | 0.7% | 0.51% | - |
| HSV(B) | 128.57º | 0.8% | 0.85% | - |
| XYZ | 27.11 | 51.07 | 13.9 | - |
| YUV | 148.58 | 82.52 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 68 | 0.80 | 0 | 0.69 | 0.15 | 128.57 | 0.7 | 0.51 |
| Hex | 2B | DA | 44 | 50 | 0 | 45 | F | 81 | 46 | 33 |
| Octal | 53 | 332 | 104 | 120 | 0 | 105 | 17 | 201 | 106 | 63 |
| Binary | 101011 | 11011010 | 1000100 | 1010000 | 0 | 1000101 | 1111 | 10000001 | 1000110 | 110011 |
Color Harmonies of #2BDA44
Complementary color
Monochromatic Colors of #2BDA44
Black with #2BDA44
Text Example
Text Example
White with #2BDA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDA44; }
p { color: rgb(43,218,68); }
H1.HeaderClassName
{
color: #2BDA44;
}
.AnyTagClassName
{
color: #2BDA44;
}
</style>
background-color css
<style>
a { background-color: #2BDA44; }
a { background-color: rgb(43,218,68); }
div.DivClassName
{
background-color: #2BDA44;
}
.BgClassName
{
background-color: #2BDA44;
}
</style>
border-color css
<style>
span { border-color: #2BDA44; }
span { border-color: rgb(43,218,68); }
td.TdClassName
{
border-color: #2BDA44;
}
.TagClassName
{
border-color: #2BDA44;
}
</style>