Shades of Lime #03FC00
Tints of Lime #03FC00
RGB
CMYK
RGB Variations
Color information
#03FC00 (or 0x03FC00) is known color: Lime. HEX triplet: 03, FC and 00. RGB value is (3,252,0). Sum of RGB (Red+Green+Blue) = 3+252+0=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 252 (98.83% from 255 or 98.82% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 252 - color contains mainly: green. Hex color #03FC00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FC00 is #FC03FF. Grayscale: #959595. Windows color (decimal): -16516096 or 64515. OLE color: 64515.
HSL color Cylindrical-coordinate representation of color #03FC00: hue angle of 119.29º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03FC00 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 252 | 0 | - |
| CMYK | 0.99 | 0 | 1 | 0.01 |
| HSL | 119.29º | 1% | 0.49% | - |
| HSV(B) | 119.29º | 1% | 0.99% | - |
| XYZ | 34.85 | 69.64 | 11.61 | - |
| YUV | 148.82 | 44.01 | 23.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 252 | 0 | 0.99 | 0 | 1 | 0.01 | 119.29 | 1 | 0.49 |
| Hex | 3 | FC | 0 | 63 | 0 | 64 | 1 | 77 | 64 | 31 |
| Octal | 3 | 374 | 0 | 143 | 0 | 144 | 1 | 167 | 144 | 61 |
| Binary | 11 | 11111100 | 0 | 1100011 | 0 | 1100100 | 1 | 1110111 | 1100100 | 110001 |
Color Harmonies of #03FC00
Complementary color
Monochromatic Colors of #03FC00
Black with #03FC00
Text Example
Text Example
White with #03FC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FC00; }
p { color: rgb(3,252,0); }
H1.HeaderClassName
{
color: #03FC00;
}
.AnyTagClassName
{
color: #03FC00;
}
</style>
background-color css
<style>
a { background-color: #03FC00; }
a { background-color: rgb(3,252,0); }
div.DivClassName
{
background-color: #03FC00;
}
.BgClassName
{
background-color: #03FC00;
}
</style>
border-color css
<style>
span { border-color: #03FC00; }
span { border-color: rgb(3,252,0); }
td.TdClassName
{
border-color: #03FC00;
}
.TagClassName
{
border-color: #03FC00;
}
</style>