Shades of Lime #03FE05
Tints of Lime #03FE05
RGB
CMYK
RGB Variations
Color information
#03FE05 (or 0x03FE05) is known color: Lime. HEX triplet: 03, FE and 05. RGB value is (3,254,5). Sum of RGB (Red+Green+Blue) = 3+254+5=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 254 (99.61% from 255 or 96.95% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 254 - color contains mainly: green. Hex color #03FE05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FE05 is #FC01FA. Grayscale: #979797. Windows color (decimal): -16515579 or 392707. OLE color: 392707.
HSL color Cylindrical-coordinate representation of color #03FE05: hue angle of 120.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FE05 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 5 | - |
| CMYK | 0.99 | 0 | 0.98 | 0.00 |
| HSL | 120.48º | 0.99% | 0.5% | - |
| HSV(B) | 120.48º | 0.99% | 1% | - |
| XYZ | 35.51 | 70.91 | 11.96 | - |
| YUV | 150.57 | 45.84 | 22.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 5 | 0.99 | 0 | 0.98 | 0.00 | 120.48 | 0.99 | 0.5 |
| Hex | 3 | FE | 5 | 63 | 0 | 62 | 0 | 78 | 63 | 32 |
| Octal | 3 | 376 | 5 | 143 | 0 | 142 | 0 | 170 | 143 | 62 |
| Binary | 11 | 11111110 | 101 | 1100011 | 0 | 1100010 | 0 | 1111000 | 1100011 | 110010 |
Color Harmonies of #03FE05
Complementary color
Monochromatic Colors of #03FE05
Black with #03FE05
Text Example
Text Example
White with #03FE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FE05; }
p { color: rgb(3,254,5); }
H1.HeaderClassName
{
color: #03FE05;
}
.AnyTagClassName
{
color: #03FE05;
}
</style>
background-color css
<style>
a { background-color: #03FE05; }
a { background-color: rgb(3,254,5); }
div.DivClassName
{
background-color: #03FE05;
}
.BgClassName
{
background-color: #03FE05;
}
</style>
border-color css
<style>
span { border-color: #03FE05; }
span { border-color: rgb(3,254,5); }
td.TdClassName
{
border-color: #03FE05;
}
.TagClassName
{
border-color: #03FE05;
}
</style>