Shades of Lime Green #4CCF2D
Tints of Lime Green #4CCF2D
RGB
CMYK
RGB Variations
Color information
#4CCF2D (or 0x4CCF2D) is known color: Lime Green. HEX triplet: 4C, CF and 2D. RGB value is (76,207,45). Sum of RGB (Red+Green+Blue) = 76+207+45=328 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.17% from 328); Green value is 207 (81.25% from 255 or 63.11% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCF2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCF2D is #B330D2. Grayscale: #959595. Windows color (decimal): -11743443 or 3002188. OLE color: 3002188.
HSL color Cylindrical-coordinate representation of color #4CCF2D: hue angle of 108.52º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4CCF2D is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 207 | 45 | - |
| CMYK | 0.63 | 0 | 0.78 | 0.19 |
| HSL | 108.52º | 0.64% | 0.49% | - |
| HSV(B) | 108.52º | 0.78% | 0.81% | - |
| XYZ | 25.77 | 46.35 | 10.07 | - |
| YUV | 149.36 | 69.1 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 207 | 45 | 0.63 | 0 | 0.78 | 0.19 | 108.52 | 0.64 | 0.49 |
| Hex | 4C | CF | 2D | 3F | 0 | 4E | 13 | 6D | 40 | 31 |
| Octal | 114 | 317 | 55 | 77 | 0 | 116 | 23 | 155 | 100 | 61 |
| Binary | 1001100 | 11001111 | 101101 | 111111 | 0 | 1001110 | 10011 | 1101101 | 1000000 | 110001 |
Color Harmonies of #4CCF2D
Complementary color
Monochromatic Colors of #4CCF2D
Black with #4CCF2D
Text Example
Text Example
White with #4CCF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCF2D; }
p { color: rgb(76,207,45); }
H1.HeaderClassName
{
color: #4CCF2D;
}
.AnyTagClassName
{
color: #4CCF2D;
}
</style>
background-color css
<style>
a { background-color: #4CCF2D; }
a { background-color: rgb(76,207,45); }
div.DivClassName
{
background-color: #4CCF2D;
}
.BgClassName
{
background-color: #4CCF2D;
}
</style>
border-color css
<style>
span { border-color: #4CCF2D; }
span { border-color: rgb(76,207,45); }
td.TdClassName
{
border-color: #4CCF2D;
}
.TagClassName
{
border-color: #4CCF2D;
}
</style>