Shades of Lime #0DFF03
Tints of Lime #0DFF03
RGB
CMYK
RGB Variations
Color information
#0DFF03 (or 0x0DFF03) is known color: Lime. HEX triplet: 0D, FF and 03. RGB value is (13,255,3). Sum of RGB (Red+Green+Blue) = 13+255+3=271 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.80% from 271); Green value is 255 (100% from 255 or 94.10% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFF03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DFF03 is #F200FC. Grayscale: #9A9A9A. Windows color (decimal): -15859965 or 261901. OLE color: 261901.
HSL color Cylindrical-coordinate representation of color #0DFF03: hue angle of 117.62º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0DFF03 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 3 | - |
| CMYK | 0.95 | 0 | 0.99 | 0 |
| HSL | 117.62º | 1% | 0.51% | - |
| HSV(B) | 117.62º | 0.99% | 1% | - |
| XYZ | 35.94 | 71.61 | 12.01 | - |
| YUV | 153.91 | 42.83 | 27.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 3 | 0.95 | 0 | 0.99 | 0 | 117.62 | 1 | 0.51 |
| Hex | D | FF | 3 | 5F | 0 | 63 | 0 | 76 | 64 | 33 |
| Octal | 15 | 377 | 3 | 137 | 0 | 143 | 0 | 166 | 144 | 63 |
| Binary | 1101 | 11111111 | 11 | 1011111 | 0 | 1100011 | 0 | 1110110 | 1100100 | 110011 |
Color Harmonies of #0DFF03
Complementary color
Monochromatic Colors of #0DFF03
Black with #0DFF03
Text Example
Text Example
White with #0DFF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFF03; }
p { color: rgb(13,255,3); }
H1.HeaderClassName
{
color: #0DFF03;
}
.AnyTagClassName
{
color: #0DFF03;
}
</style>
background-color css
<style>
a { background-color: #0DFF03; }
a { background-color: rgb(13,255,3); }
div.DivClassName
{
background-color: #0DFF03;
}
.BgClassName
{
background-color: #0DFF03;
}
</style>
border-color css
<style>
span { border-color: #0DFF03; }
span { border-color: rgb(13,255,3); }
td.TdClassName
{
border-color: #0DFF03;
}
.TagClassName
{
border-color: #0DFF03;
}
</style>