Shades of Lime Green #4CF23C
Tints of Lime Green #4CF23C
RGB
CMYK
RGB Variations
Color information
#4CF23C (or 0x4CF23C) is known color: Lime Green. HEX triplet: 4C, F2 and 3C. RGB value is (76,242,60). Sum of RGB (Red+Green+Blue) = 76+242+60=378 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.11% from 378); Green value is 242 (94.92% from 255 or 64.02% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF23C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF23C is #B30DC3. Grayscale: #ACACAC. Windows color (decimal): -11734468 or 3994188. OLE color: 3994188.
HSL color Cylindrical-coordinate representation of color #4CF23C: hue angle of 114.73º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4CF23C is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 242 | 60 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.05 |
| HSL | 114.73º | 0.88% | 0.59% | - |
| HSV(B) | 114.73º | 0.75% | 0.95% | - |
| XYZ | 35.55 | 65.37 | 15.02 | - |
| YUV | 171.62 | 65 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 242 | 60 | 0.69 | 0 | 0.75 | 0.05 | 114.73 | 0.88 | 0.59 |
| Hex | 4C | F2 | 3C | 45 | 0 | 4B | 5 | 73 | 58 | 3B |
| Octal | 114 | 362 | 74 | 105 | 0 | 113 | 5 | 163 | 130 | 73 |
| Binary | 1001100 | 11110010 | 111100 | 1000101 | 0 | 1001011 | 101 | 1110011 | 1011000 | 111011 |
Color Harmonies of #4CF23C
Complementary color
Monochromatic Colors of #4CF23C
Black with #4CF23C
Text Example
Text Example
White with #4CF23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF23C; }
p { color: rgb(76,242,60); }
H1.HeaderClassName
{
color: #4CF23C;
}
.AnyTagClassName
{
color: #4CF23C;
}
</style>
background-color css
<style>
a { background-color: #4CF23C; }
a { background-color: rgb(76,242,60); }
div.DivClassName
{
background-color: #4CF23C;
}
.BgClassName
{
background-color: #4CF23C;
}
</style>
border-color css
<style>
span { border-color: #4CF23C; }
span { border-color: rgb(76,242,60); }
td.TdClassName
{
border-color: #4CF23C;
}
.TagClassName
{
border-color: #4CF23C;
}
</style>