Shades of Lime #03EB00
Tints of Lime #03EB00
RGB
CMYK
RGB Variations
Color information
#03EB00 (or 0x03EB00) is known color: Lime. HEX triplet: 03, EB and 00. RGB value is (3,235,0). Sum of RGB (Red+Green+Blue) = 3+235+0=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 235 (92.19% from 255 or 98.74% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 235 - color contains mainly: green. Hex color #03EB00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03EB00 is #FC14FF. Grayscale: #8B8B8B. Windows color (decimal): -16520448 or 60163. OLE color: 60163.
HSL color Cylindrical-coordinate representation of color #03EB00: hue angle of 119.23º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03EB00 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 235 | 0 | - |
| CMYK | 0.99 | 0 | 1 | 0.08 |
| HSL | 119.23º | 1% | 0.46% | - |
| HSV(B) | 119.23º | 1% | 0.92% | - |
| XYZ | 29.75 | 59.44 | 9.9 | - |
| YUV | 138.84 | 49.64 | 31.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 235 | 0 | 0.99 | 0 | 1 | 0.08 | 119.23 | 1 | 0.46 |
| Hex | 3 | EB | 0 | 63 | 0 | 64 | 8 | 77 | 64 | 2E |
| Octal | 3 | 353 | 0 | 143 | 0 | 144 | 10 | 167 | 144 | 56 |
| Binary | 11 | 11101011 | 0 | 1100011 | 0 | 1100100 | 1000 | 1110111 | 1100100 | 101110 |
Color Harmonies of #03EB00
Complementary color
Monochromatic Colors of #03EB00
Black with #03EB00
Text Example
Text Example
White with #03EB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EB00; }
p { color: rgb(3,235,0); }
H1.HeaderClassName
{
color: #03EB00;
}
.AnyTagClassName
{
color: #03EB00;
}
</style>
background-color css
<style>
a { background-color: #03EB00; }
a { background-color: rgb(3,235,0); }
div.DivClassName
{
background-color: #03EB00;
}
.BgClassName
{
background-color: #03EB00;
}
</style>
border-color css
<style>
span { border-color: #03EB00; }
span { border-color: rgb(3,235,0); }
td.TdClassName
{
border-color: #03EB00;
}
.TagClassName
{
border-color: #03EB00;
}
</style>