Shades of Lime #03F005
Tints of Lime #03F005
RGB
CMYK
RGB Variations
Color information
#03F005 (or 0x03F005) is known color: Lime. HEX triplet: 03, F0 and 05. RGB value is (3,240,5). Sum of RGB (Red+Green+Blue) = 3+240+5=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 240 (94.14% from 255 or 96.77% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 240 - color contains mainly: green. Hex color #03F005 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03F005 is #FC0FFA. Grayscale: #8F8F8F. Windows color (decimal): -16519163 or 389123. OLE color: 389123.
HSL color Cylindrical-coordinate representation of color #03F005: hue angle of 120.51º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F005 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 240 | 5 | - |
| CMYK | 0.99 | 0 | 0.98 | 0.06 |
| HSL | 120.51º | 0.98% | 0.48% | - |
| HSV(B) | 120.51º | 0.99% | 0.94% | - |
| XYZ | 31.23 | 62.35 | 10.53 | - |
| YUV | 142.35 | 50.48 | 28.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 240 | 5 | 0.99 | 0 | 0.98 | 0.06 | 120.51 | 0.98 | 0.48 |
| Hex | 3 | F0 | 5 | 63 | 0 | 62 | 6 | 79 | 62 | 30 |
| Octal | 3 | 360 | 5 | 143 | 0 | 142 | 6 | 171 | 142 | 60 |
| Binary | 11 | 11110000 | 101 | 1100011 | 0 | 1100010 | 110 | 1111001 | 1100010 | 110000 |
Color Harmonies of #03F005
Complementary color
Monochromatic Colors of #03F005
Black with #03F005
Text Example
Text Example
White with #03F005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F005; }
p { color: rgb(3,240,5); }
H1.HeaderClassName
{
color: #03F005;
}
.AnyTagClassName
{
color: #03F005;
}
</style>
background-color css
<style>
a { background-color: #03F005; }
a { background-color: rgb(3,240,5); }
div.DivClassName
{
background-color: #03F005;
}
.BgClassName
{
background-color: #03F005;
}
</style>
border-color css
<style>
span { border-color: #03F005; }
span { border-color: rgb(3,240,5); }
td.TdClassName
{
border-color: #03F005;
}
.TagClassName
{
border-color: #03F005;
}
</style>