Shades of Lime Green #2BD74C
Tints of Lime Green #2BD74C
RGB
CMYK
RGB Variations
Color information
#2BD74C (or 0x2BD74C) is known color: Lime Green. HEX triplet: 2B, D7 and 4C. RGB value is (43,215,76). Sum of RGB (Red+Green+Blue) = 43+215+76=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 215 (84.38% from 255 or 64.37% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD74C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD74C is #D428B3. Grayscale: #949494. Windows color (decimal): -13904052 or 5035819. OLE color: 5035819.
HSL color Cylindrical-coordinate representation of color #2BD74C: hue angle of 131.51º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD74C is Cyan = 0.8, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 215 | 76 | - |
| CMYK | 0.8 | 0 | 0.65 | 0.16 |
| HSL | 131.51º | 0.68% | 0.51% | - |
| HSV(B) | 131.51º | 0.8% | 0.84% | - |
| XYZ | 26.6 | 49.64 | 15.02 | - |
| YUV | 147.73 | 87.52 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 215 | 76 | 0.8 | 0 | 0.65 | 0.16 | 131.51 | 0.68 | 0.51 |
| Hex | 2B | D7 | 4C | 50 | 0 | 41 | 10 | 84 | 44 | 33 |
| Octal | 53 | 327 | 114 | 120 | 0 | 101 | 20 | 204 | 104 | 63 |
| Binary | 101011 | 11010111 | 1001100 | 1010000 | 0 | 1000001 | 10000 | 10000100 | 1000100 | 110011 |
Color Harmonies of #2BD74C
Complementary color
Monochromatic Colors of #2BD74C
Black with #2BD74C
Text Example
Text Example
White with #2BD74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD74C; }
p { color: rgb(43,215,76); }
H1.HeaderClassName
{
color: #2BD74C;
}
.AnyTagClassName
{
color: #2BD74C;
}
</style>
background-color css
<style>
a { background-color: #2BD74C; }
a { background-color: rgb(43,215,76); }
div.DivClassName
{
background-color: #2BD74C;
}
.BgClassName
{
background-color: #2BD74C;
}
</style>
border-color css
<style>
span { border-color: #2BD74C; }
span { border-color: rgb(43,215,76); }
td.TdClassName
{
border-color: #2BD74C;
}
.TagClassName
{
border-color: #2BD74C;
}
</style>