Shades of Lime #04FD02
Tints of Lime #04FD02
RGB
CMYK
RGB Variations
Color information
#04FD02 (or 0x04FD02) is known color: Lime. HEX triplet: 04, FD and 02. RGB value is (4,253,2). Sum of RGB (Red+Green+Blue) = 4+253+2=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 253 (99.22% from 255 or 97.68% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 253 - color contains mainly: green. Hex color #04FD02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04FD02 is #FB02FD. Grayscale: #969696. Windows color (decimal): -16450302 or 195844. OLE color: 195844.
HSL color Cylindrical-coordinate representation of color #04FD02: hue angle of 119.52º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #04FD02 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 253 | 2 | - |
| CMYK | 0.98 | 0 | 0.99 | 0.01 |
| HSL | 119.52º | 0.98% | 0.5% | - |
| HSV(B) | 119.52º | 0.99% | 0.99% | - |
| XYZ | 35.19 | 70.28 | 11.77 | - |
| YUV | 149.94 | 44.51 | 23.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 253 | 2 | 0.98 | 0 | 0.99 | 0.01 | 119.52 | 0.98 | 0.5 |
| Hex | 4 | FD | 2 | 62 | 0 | 63 | 1 | 78 | 62 | 32 |
| Octal | 4 | 375 | 2 | 142 | 0 | 143 | 1 | 170 | 142 | 62 |
| Binary | 100 | 11111101 | 10 | 1100010 | 0 | 1100011 | 1 | 1111000 | 1100010 | 110010 |
Color Harmonies of #04FD02
Complementary color
Monochromatic Colors of #04FD02
Black with #04FD02
Text Example
Text Example
White with #04FD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FD02; }
p { color: rgb(4,253,2); }
H1.HeaderClassName
{
color: #04FD02;
}
.AnyTagClassName
{
color: #04FD02;
}
</style>
background-color css
<style>
a { background-color: #04FD02; }
a { background-color: rgb(4,253,2); }
div.DivClassName
{
background-color: #04FD02;
}
.BgClassName
{
background-color: #04FD02;
}
</style>
border-color css
<style>
span { border-color: #04FD02; }
span { border-color: rgb(4,253,2); }
td.TdClassName
{
border-color: #04FD02;
}
.TagClassName
{
border-color: #04FD02;
}
</style>