Shades of Lime #03F404
Tints of Lime #03F404
RGB
CMYK
RGB Variations
Color information
#03F404 (or 0x03F404) is known color: Lime. HEX triplet: 03, F4 and 04. RGB value is (3,244,4). Sum of RGB (Red+Green+Blue) = 3+244+4=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 244 (95.70% from 255 or 97.21% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 244 - color contains mainly: green. Hex color #03F404 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03F404 is #FC0BFB. Grayscale: #919191. Windows color (decimal): -16518140 or 324611. OLE color: 324611.
HSL color Cylindrical-coordinate representation of color #03F404: hue angle of 120.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F404 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 244 | 4 | - |
| CMYK | 0.99 | 0 | 0.98 | 0.04 |
| HSL | 120.25º | 0.98% | 0.48% | - |
| HSV(B) | 120.25º | 0.99% | 0.96% | - |
| XYZ | 32.41 | 64.73 | 10.9 | - |
| YUV | 144.58 | 48.66 | 27.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 244 | 4 | 0.99 | 0 | 0.98 | 0.04 | 120.25 | 0.98 | 0.48 |
| Hex | 3 | F4 | 4 | 63 | 0 | 62 | 4 | 78 | 62 | 30 |
| Octal | 3 | 364 | 4 | 143 | 0 | 142 | 4 | 170 | 142 | 60 |
| Binary | 11 | 11110100 | 100 | 1100011 | 0 | 1100010 | 100 | 1111000 | 1100010 | 110000 |
Color Harmonies of #03F404
Complementary color
Monochromatic Colors of #03F404
Black with #03F404
Text Example
Text Example
White with #03F404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F404; }
p { color: rgb(3,244,4); }
H1.HeaderClassName
{
color: #03F404;
}
.AnyTagClassName
{
color: #03F404;
}
</style>
background-color css
<style>
a { background-color: #03F404; }
a { background-color: rgb(3,244,4); }
div.DivClassName
{
background-color: #03F404;
}
.BgClassName
{
background-color: #03F404;
}
</style>
border-color css
<style>
span { border-color: #03F404; }
span { border-color: rgb(3,244,4); }
td.TdClassName
{
border-color: #03F404;
}
.TagClassName
{
border-color: #03F404;
}
</style>