Shades of Lime Green #4CF433
Tints of Lime Green #4CF433
RGB
CMYK
RGB Variations
Color information
#4CF433 (or 0x4CF433) is known color: Lime Green. HEX triplet: 4C, F4 and 33. RGB value is (76,244,51). Sum of RGB (Red+Green+Blue) = 76+244+51=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 244 (95.70% from 255 or 65.77% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 244 - color contains mainly: green. Hex color #4CF433 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF433 is #B30BCC. Grayscale: #ACACAC. Windows color (decimal): -11733965 or 3404876. OLE color: 3404876.
HSL color Cylindrical-coordinate representation of color #4CF433: hue angle of 112.23º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4CF433 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 76 | 244 | 51 | - |
| CMYK | 0.69 | 0 | 0.79 | 0.04 |
| HSL | 112.23º | 0.9% | 0.58% | - |
| HSV(B) | 112.23º | 0.79% | 0.96% | - |
| XYZ | 35.93 | 66.48 | 14.07 | - |
| YUV | 171.77 | 59.84 | 59.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 244 | 51 | 0.69 | 0 | 0.79 | 0.04 | 112.23 | 0.9 | 0.58 |
| Hex | 4C | F4 | 33 | 45 | 0 | 4F | 4 | 70 | 5A | 3A |
| Octal | 114 | 364 | 63 | 105 | 0 | 117 | 4 | 160 | 132 | 72 |
| Binary | 1001100 | 11110100 | 110011 | 1000101 | 0 | 1001111 | 100 | 1110000 | 1011010 | 111010 |
Color Harmonies of #4CF433
Complementary color
Monochromatic Colors of #4CF433
Black with #4CF433
Text Example
Text Example
White with #4CF433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF433; }
p { color: rgb(76,244,51); }
H1.HeaderClassName
{
color: #4CF433;
}
.AnyTagClassName
{
color: #4CF433;
}
</style>
background-color css
<style>
a { background-color: #4CF433; }
a { background-color: rgb(76,244,51); }
div.DivClassName
{
background-color: #4CF433;
}
.BgClassName
{
background-color: #4CF433;
}
</style>
border-color css
<style>
span { border-color: #4CF433; }
span { border-color: rgb(76,244,51); }
td.TdClassName
{
border-color: #4CF433;
}
.TagClassName
{
border-color: #4CF433;
}
</style>