Shades of Lime #0DFF02
Tints of Lime #0DFF02
RGB
CMYK
RGB Variations
Color information
#0DFF02 (or 0x0DFF02) is known color: Lime. HEX triplet: 0D, FF and 02. RGB value is (13,255,2). Sum of RGB (Red+Green+Blue) = 13+255+2=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 255 (100% from 255 or 94.44% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFF02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DFF02 is #F200FD. Grayscale: #9A9A9A. Windows color (decimal): -15859966 or 196365. OLE color: 196365.
HSL color Cylindrical-coordinate representation of color #0DFF02: hue angle of 117.39º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0DFF02 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 2 | - |
| CMYK | 0.95 | 0 | 0.99 | 0 |
| HSL | 117.39º | 1% | 0.5% | - |
| HSV(B) | 117.39º | 0.99% | 1% | - |
| XYZ | 35.94 | 71.61 | 11.99 | - |
| YUV | 153.8 | 42.33 | 27.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 2 | 0.95 | 0 | 0.99 | 0 | 117.39 | 1 | 0.5 |
| Hex | D | FF | 2 | 5F | 0 | 63 | 0 | 75 | 64 | 32 |
| Octal | 15 | 377 | 2 | 137 | 0 | 143 | 0 | 165 | 144 | 62 |
| Binary | 1101 | 11111111 | 10 | 1011111 | 0 | 1100011 | 0 | 1110101 | 1100100 | 110010 |
Color Harmonies of #0DFF02
Complementary color
Monochromatic Colors of #0DFF02
Black with #0DFF02
Text Example
Text Example
White with #0DFF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFF02; }
p { color: rgb(13,255,2); }
H1.HeaderClassName
{
color: #0DFF02;
}
.AnyTagClassName
{
color: #0DFF02;
}
</style>
background-color css
<style>
a { background-color: #0DFF02; }
a { background-color: rgb(13,255,2); }
div.DivClassName
{
background-color: #0DFF02;
}
.BgClassName
{
background-color: #0DFF02;
}
</style>
border-color css
<style>
span { border-color: #0DFF02; }
span { border-color: rgb(13,255,2); }
td.TdClassName
{
border-color: #0DFF02;
}
.TagClassName
{
border-color: #0DFF02;
}
</style>