Shades of Lime Green #2BCD4D
Tints of Lime Green #2BCD4D
RGB
CMYK
RGB Variations
Color information
#2BCD4D (or 0x2BCD4D) is known color: Lime Green. HEX triplet: 2B, CD and 4D. RGB value is (43,205,77). Sum of RGB (Red+Green+Blue) = 43+205+77=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 205 (80.47% from 255 or 63.08% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCD4D is #D432B2. Grayscale: #8E8E8E. Windows color (decimal): -13906611 or 5098795. OLE color: 5098795.
HSL color Cylindrical-coordinate representation of color #2BCD4D: hue angle of 132.59º 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 #2BCD4D is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 205 | 77 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.20 |
| HSL | 132.59º | 0.65% | 0.49% | - |
| HSV(B) | 132.59º | 0.79% | 0.8% | - |
| XYZ | 24.17 | 44.71 | 14.38 | - |
| YUV | 141.97 | 91.33 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 205 | 77 | 0.79 | 0 | 0.62 | 0.20 | 132.59 | 0.65 | 0.49 |
| Hex | 2B | CD | 4D | 4F | 0 | 3E | 14 | 85 | 41 | 31 |
| Octal | 53 | 315 | 115 | 117 | 0 | 76 | 24 | 205 | 101 | 61 |
| Binary | 101011 | 11001101 | 1001101 | 1001111 | 0 | 111110 | 10100 | 10000101 | 1000001 | 110001 |
Color Harmonies of #2BCD4D
Complementary color
Monochromatic Colors of #2BCD4D
Black with #2BCD4D
Text Example
Text Example
White with #2BCD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCD4D; }
p { color: rgb(43,205,77); }
H1.HeaderClassName
{
color: #2BCD4D;
}
.AnyTagClassName
{
color: #2BCD4D;
}
</style>
background-color css
<style>
a { background-color: #2BCD4D; }
a { background-color: rgb(43,205,77); }
div.DivClassName
{
background-color: #2BCD4D;
}
.BgClassName
{
background-color: #2BCD4D;
}
</style>
border-color css
<style>
span { border-color: #2BCD4D; }
span { border-color: rgb(43,205,77); }
td.TdClassName
{
border-color: #2BCD4D;
}
.TagClassName
{
border-color: #2BCD4D;
}
</style>