Shades of Lime Green #4CDA2B
Tints of Lime Green #4CDA2B
RGB
CMYK
RGB Variations
Color information
#4CDA2B (or 0x4CDA2B) is known color: Lime Green. HEX triplet: 4C, DA and 2B. RGB value is (76,218,43). Sum of RGB (Red+Green+Blue) = 76+218+43=337 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.55% from 337); Green value is 218 (85.55% from 255 or 64.69% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 218 - color contains mainly: green. Hex color #4CDA2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDA2B is #B325D4. Grayscale: #9C9C9C. Windows color (decimal): -11740629 or 2873932. OLE color: 2873932.
HSL color Cylindrical-coordinate representation of color #4CDA2B: hue angle of 108.69º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4CDA2B is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 218 | 43 | - |
| CMYK | 0.65 | 0 | 0.80 | 0.15 |
| HSL | 108.69º | 0.7% | 0.51% | - |
| HSV(B) | 108.69º | 0.8% | 0.85% | - |
| XYZ | 28.49 | 51.85 | 10.79 | - |
| YUV | 155.59 | 64.46 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 218 | 43 | 0.65 | 0 | 0.80 | 0.15 | 108.69 | 0.7 | 0.51 |
| Hex | 4C | DA | 2B | 41 | 0 | 50 | F | 6D | 46 | 33 |
| Octal | 114 | 332 | 53 | 101 | 0 | 120 | 17 | 155 | 106 | 63 |
| Binary | 1001100 | 11011010 | 101011 | 1000001 | 0 | 1010000 | 1111 | 1101101 | 1000110 | 110011 |
Color Harmonies of #4CDA2B
Complementary color
Monochromatic Colors of #4CDA2B
Black with #4CDA2B
Text Example
Text Example
White with #4CDA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDA2B; }
p { color: rgb(76,218,43); }
H1.HeaderClassName
{
color: #4CDA2B;
}
.AnyTagClassName
{
color: #4CDA2B;
}
</style>
background-color css
<style>
a { background-color: #4CDA2B; }
a { background-color: rgb(76,218,43); }
div.DivClassName
{
background-color: #4CDA2B;
}
.BgClassName
{
background-color: #4CDA2B;
}
</style>
border-color css
<style>
span { border-color: #4CDA2B; }
span { border-color: rgb(76,218,43); }
td.TdClassName
{
border-color: #4CDA2B;
}
.TagClassName
{
border-color: #4CDA2B;
}
</style>