Shades of Lime #03ED00
Tints of Lime #03ED00
RGB
CMYK
RGB Variations
Color information
#03ED00 (or 0x03ED00) is known color: Lime. HEX triplet: 03, ED and 00. RGB value is (3,237,0). Sum of RGB (Red+Green+Blue) = 3+237+0=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 237 (92.97% from 255 or 98.75% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 237 - color contains mainly: green. Hex color #03ED00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03ED00 is #FC12FF. Grayscale: #8C8C8C. Windows color (decimal): -16519936 or 60675. OLE color: 60675.
HSL color Cylindrical-coordinate representation of color #03ED00: hue angle of 119.24º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03ED00 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 237 | 0 | - |
| CMYK | 0.99 | 0 | 1 | 0.07 |
| HSL | 119.24º | 1% | 0.46% | - |
| HSV(B) | 119.24º | 1% | 0.93% | - |
| XYZ | 30.32 | 60.59 | 10.1 | - |
| YUV | 140.02 | 48.98 | 30.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 237 | 0 | 0.99 | 0 | 1 | 0.07 | 119.24 | 1 | 0.46 |
| Hex | 3 | ED | 0 | 63 | 0 | 64 | 7 | 77 | 64 | 2E |
| Octal | 3 | 355 | 0 | 143 | 0 | 144 | 7 | 167 | 144 | 56 |
| Binary | 11 | 11101101 | 0 | 1100011 | 0 | 1100100 | 111 | 1110111 | 1100100 | 101110 |
Color Harmonies of #03ED00
Complementary color
Monochromatic Colors of #03ED00
Black with #03ED00
Text Example
Text Example
White with #03ED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ED00; }
p { color: rgb(3,237,0); }
H1.HeaderClassName
{
color: #03ED00;
}
.AnyTagClassName
{
color: #03ED00;
}
</style>
background-color css
<style>
a { background-color: #03ED00; }
a { background-color: rgb(3,237,0); }
div.DivClassName
{
background-color: #03ED00;
}
.BgClassName
{
background-color: #03ED00;
}
</style>
border-color css
<style>
span { border-color: #03ED00; }
span { border-color: rgb(3,237,0); }
td.TdClassName
{
border-color: #03ED00;
}
.TagClassName
{
border-color: #03ED00;
}
</style>