Shades of Lime Green #2BD643
Tints of Lime Green #2BD643
RGB
CMYK
RGB Variations
Color information
#2BD643 (or 0x2BD643) is known color: Lime Green. HEX triplet: 2B, D6 and 43. RGB value is (43,214,67). Sum of RGB (Red+Green+Blue) = 43+214+67=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 214 (83.98% from 255 or 66.05% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD643 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD643 is #D429BC. Grayscale: #929292. Windows color (decimal): -13904317 or 4445739. OLE color: 4445739.
HSL color Cylindrical-coordinate representation of color #2BD643: hue angle of 128.42º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD643 is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 214 | 67 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.16 |
| HSL | 128.42º | 0.68% | 0.5% | - |
| HSV(B) | 128.42º | 0.8% | 0.84% | - |
| XYZ | 26.06 | 49.01 | 13.4 | - |
| YUV | 146.11 | 83.35 | 54.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 214 | 67 | 0.80 | 0 | 0.69 | 0.16 | 128.42 | 0.68 | 0.5 |
| Hex | 2B | D6 | 43 | 50 | 0 | 45 | 10 | 80 | 44 | 32 |
| Octal | 53 | 326 | 103 | 120 | 0 | 105 | 20 | 200 | 104 | 62 |
| Binary | 101011 | 11010110 | 1000011 | 1010000 | 0 | 1000101 | 10000 | 10000000 | 1000100 | 110010 |
Color Harmonies of #2BD643
Complementary color
Monochromatic Colors of #2BD643
Black with #2BD643
Text Example
Text Example
White with #2BD643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD643; }
p { color: rgb(43,214,67); }
H1.HeaderClassName
{
color: #2BD643;
}
.AnyTagClassName
{
color: #2BD643;
}
</style>
background-color css
<style>
a { background-color: #2BD643; }
a { background-color: rgb(43,214,67); }
div.DivClassName
{
background-color: #2BD643;
}
.BgClassName
{
background-color: #2BD643;
}
</style>
border-color css
<style>
span { border-color: #2BD643; }
span { border-color: rgb(43,214,67); }
td.TdClassName
{
border-color: #2BD643;
}
.TagClassName
{
border-color: #2BD643;
}
</style>