Shades of Lime Green #2BCD4C
Tints of Lime Green #2BCD4C
RGB
CMYK
RGB Variations
Color information
#2BCD4C (or 0x2BCD4C) is known color: Lime Green. HEX triplet: 2B, CD and 4C. RGB value is (43,205,76). Sum of RGB (Red+Green+Blue) = 43+205+76=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 205 (80.47% from 255 or 63.27% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCD4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCD4C is #D432B3. Grayscale: #8E8E8E. Windows color (decimal): -13906612 or 5033259. OLE color: 5033259.
HSL color Cylindrical-coordinate representation of color #2BCD4C: hue angle of 132.22º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCD4C is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 205 | 76 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.20 |
| HSL | 132.22º | 0.65% | 0.49% | - |
| HSV(B) | 132.22º | 0.79% | 0.8% | - |
| XYZ | 24.13 | 44.7 | 14.19 | - |
| YUV | 141.86 | 90.83 | 57.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 205 | 76 | 0.79 | 0 | 0.63 | 0.20 | 132.22 | 0.65 | 0.49 |
| Hex | 2B | CD | 4C | 4F | 0 | 3F | 14 | 84 | 41 | 31 |
| Octal | 53 | 315 | 114 | 117 | 0 | 77 | 24 | 204 | 101 | 61 |
| Binary | 101011 | 11001101 | 1001100 | 1001111 | 0 | 111111 | 10100 | 10000100 | 1000001 | 110001 |
Color Harmonies of #2BCD4C
Complementary color
Monochromatic Colors of #2BCD4C
Black with #2BCD4C
Text Example
Text Example
White with #2BCD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCD4C; }
p { color: rgb(43,205,76); }
H1.HeaderClassName
{
color: #2BCD4C;
}
.AnyTagClassName
{
color: #2BCD4C;
}
</style>
background-color css
<style>
a { background-color: #2BCD4C; }
a { background-color: rgb(43,205,76); }
div.DivClassName
{
background-color: #2BCD4C;
}
.BgClassName
{
background-color: #2BCD4C;
}
</style>
border-color css
<style>
span { border-color: #2BCD4C; }
span { border-color: rgb(43,205,76); }
td.TdClassName
{
border-color: #2BCD4C;
}
.TagClassName
{
border-color: #2BCD4C;
}
</style>