Shades of Lime Green #2BD64C
Tints of Lime Green #2BD64C
RGB
CMYK
RGB Variations
Color information
#2BD64C (or 0x2BD64C) is known color: Lime Green. HEX triplet: 2B, D6 and 4C. RGB value is (43,214,76). Sum of RGB (Red+Green+Blue) = 43+214+76=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 214 (83.98% from 255 or 64.26% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD64C is #D429B3. Grayscale: #939393. Windows color (decimal): -13904308 or 5035563. OLE color: 5035563.
HSL color Cylindrical-coordinate representation of color #2BD64C: hue angle of 131.58º 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 #2BD64C is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 214 | 76 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.16 |
| HSL | 131.58º | 0.68% | 0.5% | - |
| HSV(B) | 131.58º | 0.8% | 0.84% | - |
| XYZ | 26.35 | 49.13 | 14.93 | - |
| YUV | 147.14 | 87.85 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 214 | 76 | 0.80 | 0 | 0.64 | 0.16 | 131.58 | 0.68 | 0.5 |
| Hex | 2B | D6 | 4C | 50 | 0 | 40 | 10 | 84 | 44 | 32 |
| Octal | 53 | 326 | 114 | 120 | 0 | 100 | 20 | 204 | 104 | 62 |
| Binary | 101011 | 11010110 | 1001100 | 1010000 | 0 | 1000000 | 10000 | 10000100 | 1000100 | 110010 |
Color Harmonies of #2BD64C
Complementary color
Monochromatic Colors of #2BD64C
Black with #2BD64C
Text Example
Text Example
White with #2BD64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD64C; }
p { color: rgb(43,214,76); }
H1.HeaderClassName
{
color: #2BD64C;
}
.AnyTagClassName
{
color: #2BD64C;
}
</style>
background-color css
<style>
a { background-color: #2BD64C; }
a { background-color: rgb(43,214,76); }
div.DivClassName
{
background-color: #2BD64C;
}
.BgClassName
{
background-color: #2BD64C;
}
</style>
border-color css
<style>
span { border-color: #2BD64C; }
span { border-color: rgb(43,214,76); }
td.TdClassName
{
border-color: #2BD64C;
}
.TagClassName
{
border-color: #2BD64C;
}
</style>