Shades of Lime Green #4FF03C
Tints of Lime Green #4FF03C
RGB
CMYK
RGB Variations
Color information
#4FF03C (or 0x4FF03C) is known color: Lime Green. HEX triplet: 4F, F0 and 3C. RGB value is (79,240,60). Sum of RGB (Red+Green+Blue) = 79+240+60=379 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.84% from 379); Green value is 240 (94.14% from 255 or 63.32% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 240 - color contains mainly: green. Hex color #4FF03C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FF03C is #B00FC3. Grayscale: #ABABAB. Windows color (decimal): -11538372 or 3993679. OLE color: 3993679.
HSL color Cylindrical-coordinate representation of color #4FF03C: hue angle of 113.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4FF03C is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 240 | 60 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.06 |
| HSL | 113.67º | 0.86% | 0.59% | - |
| HSV(B) | 113.67º | 0.75% | 0.94% | - |
| XYZ | 35.2 | 64.31 | 14.83 | - |
| YUV | 171.34 | 65.16 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 240 | 60 | 0.67 | 0 | 0.75 | 0.06 | 113.67 | 0.86 | 0.59 |
| Hex | 4F | F0 | 3C | 43 | 0 | 4B | 6 | 72 | 56 | 3B |
| Octal | 117 | 360 | 74 | 103 | 0 | 113 | 6 | 162 | 126 | 73 |
| Binary | 1001111 | 11110000 | 111100 | 1000011 | 0 | 1001011 | 110 | 1110010 | 1010110 | 111011 |
Color Harmonies of #4FF03C
Complementary color
Monochromatic Colors of #4FF03C
Black with #4FF03C
Text Example
Text Example
White with #4FF03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF03C; }
p { color: rgb(79,240,60); }
H1.HeaderClassName
{
color: #4FF03C;
}
.AnyTagClassName
{
color: #4FF03C;
}
</style>
background-color css
<style>
a { background-color: #4FF03C; }
a { background-color: rgb(79,240,60); }
div.DivClassName
{
background-color: #4FF03C;
}
.BgClassName
{
background-color: #4FF03C;
}
</style>
border-color css
<style>
span { border-color: #4FF03C; }
span { border-color: rgb(79,240,60); }
td.TdClassName
{
border-color: #4FF03C;
}
.TagClassName
{
border-color: #4FF03C;
}
</style>