Shades of Lime #03FC01
Tints of Lime #03FC01
RGB
CMYK
RGB Variations
Color information
#03FC01 (or 0x03FC01) is known color: Lime. HEX triplet: 03, FC and 01. RGB value is (3,252,1). Sum of RGB (Red+Green+Blue) = 3+252+1=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 252 (98.83% from 255 or 98.44% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 252 - color contains mainly: green. Hex color #03FC01 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FC01 is #FC03FE. Grayscale: #959595. Windows color (decimal): -16516095 or 130051. OLE color: 130051.
HSL color Cylindrical-coordinate representation of color #03FC01: hue angle of 119.52º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03FC01 is Cyan = 0.99, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 252 | 1 | - |
| CMYK | 0.99 | 0 | 1.00 | 0.01 |
| HSL | 119.52º | 0.99% | 0.5% | - |
| HSV(B) | 119.52º | 1% | 0.99% | - |
| XYZ | 34.85 | 69.64 | 11.63 | - |
| YUV | 148.94 | 44.51 | 23.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 252 | 1 | 0.99 | 0 | 1.00 | 0.01 | 119.52 | 0.99 | 0.5 |
| Hex | 3 | FC | 1 | 63 | 0 | 64 | 1 | 78 | 63 | 32 |
| Octal | 3 | 374 | 1 | 143 | 0 | 144 | 1 | 170 | 143 | 62 |
| Binary | 11 | 11111100 | 1 | 1100011 | 0 | 1100100 | 1 | 1111000 | 1100011 | 110010 |
Color Harmonies of #03FC01
Complementary color
Monochromatic Colors of #03FC01
Black with #03FC01
Text Example
Text Example
White with #03FC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FC01; }
p { color: rgb(3,252,1); }
H1.HeaderClassName
{
color: #03FC01;
}
.AnyTagClassName
{
color: #03FC01;
}
</style>
background-color css
<style>
a { background-color: #03FC01; }
a { background-color: rgb(3,252,1); }
div.DivClassName
{
background-color: #03FC01;
}
.BgClassName
{
background-color: #03FC01;
}
</style>
border-color css
<style>
span { border-color: #03FC01; }
span { border-color: rgb(3,252,1); }
td.TdClassName
{
border-color: #03FC01;
}
.TagClassName
{
border-color: #03FC01;
}
</style>