Shades of Lime #03F100
Tints of Lime #03F100
RGB
CMYK
RGB Variations
Color information
#03F100 (or 0x03F100) is known color: Lime. HEX triplet: 03, F1 and 00. RGB value is (3,241,0). Sum of RGB (Red+Green+Blue) = 3+241+0=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 241 (94.53% from 255 or 98.77% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 241 - color contains mainly: green. Hex color #03F100 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03F100 is #FC0EFF. Grayscale: #8F8F8F. Windows color (decimal): -16518912 or 61699. OLE color: 61699.
HSL color Cylindrical-coordinate representation of color #03F100: hue angle of 119.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03F100 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 241 | 0 | - |
| CMYK | 0.99 | 0 | 1 | 0.05 |
| HSL | 119.25º | 1% | 0.47% | - |
| HSV(B) | 119.25º | 1% | 0.95% | - |
| XYZ | 31.49 | 62.93 | 10.49 | - |
| YUV | 142.36 | 47.65 | 28.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 241 | 0 | 0.99 | 0 | 1 | 0.05 | 119.25 | 1 | 0.47 |
| Hex | 3 | F1 | 0 | 63 | 0 | 64 | 5 | 77 | 64 | 2F |
| Octal | 3 | 361 | 0 | 143 | 0 | 144 | 5 | 167 | 144 | 57 |
| Binary | 11 | 11110001 | 0 | 1100011 | 0 | 1100100 | 101 | 1110111 | 1100100 | 101111 |
Color Harmonies of #03F100
Complementary color
Monochromatic Colors of #03F100
Black with #03F100
Text Example
Text Example
White with #03F100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F100; }
p { color: rgb(3,241,0); }
H1.HeaderClassName
{
color: #03F100;
}
.AnyTagClassName
{
color: #03F100;
}
</style>
background-color css
<style>
a { background-color: #03F100; }
a { background-color: rgb(3,241,0); }
div.DivClassName
{
background-color: #03F100;
}
.BgClassName
{
background-color: #03F100;
}
</style>
border-color css
<style>
span { border-color: #03F100; }
span { border-color: rgb(3,241,0); }
td.TdClassName
{
border-color: #03F100;
}
.TagClassName
{
border-color: #03F100;
}
</style>