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