Shades of Lime #04F100
Tints of Lime #04F100
RGB
CMYK
RGB Variations
Color information
#04F100 (or 0x04F100) is known color: Lime. HEX triplet: 04, F1 and 00. RGB value is (4,241,0). Sum of RGB (Red+Green+Blue) = 4+241+0=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 241 (94.53% from 255 or 98.37% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 241 - color contains mainly: green. Hex color #04F100 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04F100 is #FB0EFF. Grayscale: #8F8F8F. Windows color (decimal): -16453376 or 61700. OLE color: 61700.
HSL color Cylindrical-coordinate representation of color #04F100: hue angle of 119º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04F100 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 241 | 0 | - |
| CMYK | 0.98 | 0 | 1 | 0.05 |
| HSL | 119º | 1% | 0.47% | - |
| HSV(B) | 119º | 1% | 0.95% | - |
| XYZ | 31.51 | 62.94 | 10.49 | - |
| YUV | 142.66 | 47.48 | 29.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 241 | 0 | 0.98 | 0 | 1 | 0.05 | 119 | 1 | 0.47 |
| Hex | 4 | F1 | 0 | 62 | 0 | 64 | 5 | 77 | 64 | 2F |
| Octal | 4 | 361 | 0 | 142 | 0 | 144 | 5 | 167 | 144 | 57 |
| Binary | 100 | 11110001 | 0 | 1100010 | 0 | 1100100 | 101 | 1110111 | 1100100 | 101111 |
Color Harmonies of #04F100
Complementary color
Monochromatic Colors of #04F100
Black with #04F100
Text Example
Text Example
White with #04F100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F100; }
p { color: rgb(4,241,0); }
H1.HeaderClassName
{
color: #04F100;
}
.AnyTagClassName
{
color: #04F100;
}
</style>
background-color css
<style>
a { background-color: #04F100; }
a { background-color: rgb(4,241,0); }
div.DivClassName
{
background-color: #04F100;
}
.BgClassName
{
background-color: #04F100;
}
</style>
border-color css
<style>
span { border-color: #04F100; }
span { border-color: rgb(4,241,0); }
td.TdClassName
{
border-color: #04F100;
}
.TagClassName
{
border-color: #04F100;
}
</style>