Shades of Lime #03FE07
Tints of Lime #03FE07
RGB
CMYK
RGB Variations
Color information
#03FE07 (or 0x03FE07) is known color: Lime. HEX triplet: 03, FE and 07. RGB value is (3,254,7). Sum of RGB (Red+Green+Blue) = 3+254+7=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 254 (99.61% from 255 or 96.21% from 264); Blue value is 7 (3.12% from 255 or 2.65% from 264); Max value from RGB is 254 - color contains mainly: green. Hex color #03FE07 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FE07 is #FC01F8. Grayscale: #979797. Windows color (decimal): -16515577 or 523779. OLE color: 523779.
HSL color Cylindrical-coordinate representation of color #03FE07: hue angle of 120.96º 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 #03FE07 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 7 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.00 |
| HSL | 120.96º | 0.99% | 0.5% | - |
| HSV(B) | 120.96º | 0.99% | 1% | - |
| XYZ | 35.52 | 70.92 | 12.02 | - |
| YUV | 150.79 | 46.84 | 22.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 7 | 0.99 | 0 | 0.97 | 0.00 | 120.96 | 0.99 | 0.5 |
| Hex | 3 | FE | 7 | 63 | 0 | 61 | 0 | 79 | 63 | 32 |
| Octal | 3 | 376 | 7 | 143 | 0 | 141 | 0 | 171 | 143 | 62 |
| Binary | 11 | 11111110 | 111 | 1100011 | 0 | 1100001 | 0 | 1111001 | 1100011 | 110010 |
Color Harmonies of #03FE07
Complementary color
Monochromatic Colors of #03FE07
Black with #03FE07
Text Example
Text Example
White with #03FE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FE07; }
p { color: rgb(3,254,7); }
H1.HeaderClassName
{
color: #03FE07;
}
.AnyTagClassName
{
color: #03FE07;
}
</style>
background-color css
<style>
a { background-color: #03FE07; }
a { background-color: rgb(3,254,7); }
div.DivClassName
{
background-color: #03FE07;
}
.BgClassName
{
background-color: #03FE07;
}
</style>
border-color css
<style>
span { border-color: #03FE07; }
span { border-color: rgb(3,254,7); }
td.TdClassName
{
border-color: #03FE07;
}
.TagClassName
{
border-color: #03FE07;
}
</style>