Shades of Lime #0DFD04
Tints of Lime #0DFD04
RGB
CMYK
RGB Variations
Color information
#0DFD04 (or 0x0DFD04) is known color: Lime. HEX triplet: 0D, FD and 04. RGB value is (13,253,4). Sum of RGB (Red+Green+Blue) = 13+253+4=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 253 (99.22% from 255 or 93.70% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 253 - color contains mainly: green. Hex color #0DFD04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DFD04 is #F202FB. Grayscale: #999999. Windows color (decimal): -15860476 or 326925. OLE color: 326925.
HSL color Cylindrical-coordinate representation of color #0DFD04: hue angle of 117.83º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0DFD04 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 253 | 4 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.01 |
| HSL | 117.83º | 0.98% | 0.5% | - |
| HSV(B) | 117.83º | 0.98% | 0.99% | - |
| XYZ | 35.31 | 70.34 | 11.83 | - |
| YUV | 152.85 | 43.99 | 28.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 253 | 4 | 0.95 | 0 | 0.98 | 0.01 | 117.83 | 0.98 | 0.5 |
| Hex | D | FD | 4 | 5F | 0 | 62 | 1 | 76 | 62 | 32 |
| Octal | 15 | 375 | 4 | 137 | 0 | 142 | 1 | 166 | 142 | 62 |
| Binary | 1101 | 11111101 | 100 | 1011111 | 0 | 1100010 | 1 | 1110110 | 1100010 | 110010 |
Color Harmonies of #0DFD04
Complementary color
Monochromatic Colors of #0DFD04
Black with #0DFD04
Text Example
Text Example
White with #0DFD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFD04; }
p { color: rgb(13,253,4); }
H1.HeaderClassName
{
color: #0DFD04;
}
.AnyTagClassName
{
color: #0DFD04;
}
</style>
background-color css
<style>
a { background-color: #0DFD04; }
a { background-color: rgb(13,253,4); }
div.DivClassName
{
background-color: #0DFD04;
}
.BgClassName
{
background-color: #0DFD04;
}
</style>
border-color css
<style>
span { border-color: #0DFD04; }
span { border-color: rgb(13,253,4); }
td.TdClassName
{
border-color: #0DFD04;
}
.TagClassName
{
border-color: #0DFD04;
}
</style>