Shades of Lime #03EC03
Tints of Lime #03EC03
RGB
CMYK
RGB Variations
Color information
#03EC03 (or 0x03EC03) is known color: Lime. HEX triplet: 03, EC and 03. RGB value is (3,236,3). Sum of RGB (Red+Green+Blue) = 3+236+3=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 236 (92.58% from 255 or 97.52% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 236 - color contains mainly: green. Hex color #03EC03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03EC03 is #FC13FC. Grayscale: #8C8C8C. Windows color (decimal): -16520189 or 257027. OLE color: 257027.
HSL color Cylindrical-coordinate representation of color #03EC03: hue angle of 120º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EC03 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 236 | 3 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.07 |
| HSL | 120º | 0.97% | 0.47% | - |
| HSV(B) | 120º | 0.99% | 0.93% | - |
| XYZ | 30.05 | 60.02 | 10.09 | - |
| YUV | 139.77 | 50.81 | 30.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 236 | 3 | 0.99 | 0 | 0.99 | 0.07 | 120 | 0.97 | 0.47 |
| Hex | 3 | EC | 3 | 63 | 0 | 63 | 7 | 78 | 61 | 2F |
| Octal | 3 | 354 | 3 | 143 | 0 | 143 | 7 | 170 | 141 | 57 |
| Binary | 11 | 11101100 | 11 | 1100011 | 0 | 1100011 | 111 | 1111000 | 1100001 | 101111 |
Color Harmonies of #03EC03
Complementary color
Monochromatic Colors of #03EC03
Black with #03EC03
Text Example
Text Example
White with #03EC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EC03; }
p { color: rgb(3,236,3); }
H1.HeaderClassName
{
color: #03EC03;
}
.AnyTagClassName
{
color: #03EC03;
}
</style>
background-color css
<style>
a { background-color: #03EC03; }
a { background-color: rgb(3,236,3); }
div.DivClassName
{
background-color: #03EC03;
}
.BgClassName
{
background-color: #03EC03;
}
</style>
border-color css
<style>
span { border-color: #03EC03; }
span { border-color: rgb(3,236,3); }
td.TdClassName
{
border-color: #03EC03;
}
.TagClassName
{
border-color: #03EC03;
}
</style>