Shades of Lime #03EF04
Tints of Lime #03EF04
RGB
CMYK
RGB Variations
Color information
#03EF04 (or 0x03EF04) is known color: Lime. HEX triplet: 03, EF and 04. RGB value is (3,239,4). Sum of RGB (Red+Green+Blue) = 3+239+4=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 239 (93.75% from 255 or 97.15% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 239 - color contains mainly: green. Hex color #03EF04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03EF04 is #FC10FB. Grayscale: #8E8E8E. Windows color (decimal): -16519420 or 323331. OLE color: 323331.
HSL color Cylindrical-coordinate representation of color #03EF04: hue angle of 120.25º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EF04 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 239 | 4 | - |
| CMYK | 0.99 | 0 | 0.98 | 0.06 |
| HSL | 120.25º | 0.98% | 0.47% | - |
| HSV(B) | 120.25º | 0.99% | 0.94% | - |
| XYZ | 30.93 | 61.76 | 10.41 | - |
| YUV | 141.65 | 50.31 | 29.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 239 | 4 | 0.99 | 0 | 0.98 | 0.06 | 120.25 | 0.98 | 0.47 |
| Hex | 3 | EF | 4 | 63 | 0 | 62 | 6 | 78 | 62 | 2F |
| Octal | 3 | 357 | 4 | 143 | 0 | 142 | 6 | 170 | 142 | 57 |
| Binary | 11 | 11101111 | 100 | 1100011 | 0 | 1100010 | 110 | 1111000 | 1100010 | 101111 |
Color Harmonies of #03EF04
Complementary color
Monochromatic Colors of #03EF04
Black with #03EF04
Text Example
Text Example
White with #03EF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EF04; }
p { color: rgb(3,239,4); }
H1.HeaderClassName
{
color: #03EF04;
}
.AnyTagClassName
{
color: #03EF04;
}
</style>
background-color css
<style>
a { background-color: #03EF04; }
a { background-color: rgb(3,239,4); }
div.DivClassName
{
background-color: #03EF04;
}
.BgClassName
{
background-color: #03EF04;
}
</style>
border-color css
<style>
span { border-color: #03EF04; }
span { border-color: rgb(3,239,4); }
td.TdClassName
{
border-color: #03EF04;
}
.TagClassName
{
border-color: #03EF04;
}
</style>