Shades of Lime Green #4CCE30
Tints of Lime Green #4CCE30
RGB
CMYK
RGB Variations
Color information
#4CCE30 (or 0x4CCE30) is known color: Lime Green. HEX triplet: 4C, CE and 30. RGB value is (76,206,48). Sum of RGB (Red+Green+Blue) = 76+206+48=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 206 (80.86% from 255 or 62.42% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 206 - color contains mainly: green. Hex color #4CCE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCE30 is #B331CF. Grayscale: #959595. Windows color (decimal): -11743696 or 3198540. OLE color: 3198540.
HSL color Cylindrical-coordinate representation of color #4CCE30: hue angle of 109.37º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4CCE30 is Cyan = 0.63, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 206 | 48 | - |
| CMYK | 0.63 | 0 | 0.77 | 0.19 |
| HSL | 109.37º | 0.62% | 0.5% | - |
| HSV(B) | 109.37º | 0.77% | 0.81% | - |
| XYZ | 25.59 | 45.89 | 10.31 | - |
| YUV | 149.12 | 70.93 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 206 | 48 | 0.63 | 0 | 0.77 | 0.19 | 109.37 | 0.62 | 0.5 |
| Hex | 4C | CE | 30 | 3F | 0 | 4D | 13 | 6D | 3E | 32 |
| Octal | 114 | 316 | 60 | 77 | 0 | 115 | 23 | 155 | 76 | 62 |
| Binary | 1001100 | 11001110 | 110000 | 111111 | 0 | 1001101 | 10011 | 1101101 | 111110 | 110010 |
Color Harmonies of #4CCE30
Complementary color
Monochromatic Colors of #4CCE30
Black with #4CCE30
Text Example
Text Example
White with #4CCE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCE30; }
p { color: rgb(76,206,48); }
H1.HeaderClassName
{
color: #4CCE30;
}
.AnyTagClassName
{
color: #4CCE30;
}
</style>
background-color css
<style>
a { background-color: #4CCE30; }
a { background-color: rgb(76,206,48); }
div.DivClassName
{
background-color: #4CCE30;
}
.BgClassName
{
background-color: #4CCE30;
}
</style>
border-color css
<style>
span { border-color: #4CCE30; }
span { border-color: rgb(76,206,48); }
td.TdClassName
{
border-color: #4CCE30;
}
.TagClassName
{
border-color: #4CCE30;
}
</style>