Shades of Lime #0DFA02
Tints of Lime #0DFA02
RGB
CMYK
RGB Variations
Color information
#0DFA02 (or 0x0DFA02) is known color: Lime. HEX triplet: 0D, FA and 02. RGB value is (13,250,2). Sum of RGB (Red+Green+Blue) = 13+250+2=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 250 (98.05% from 255 or 94.34% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 250 - color contains mainly: green. Hex color #0DFA02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DFA02 is #F205FD. Grayscale: #979797. Windows color (decimal): -15861246 or 195085. OLE color: 195085.
HSL color Cylindrical-coordinate representation of color #0DFA02: hue angle of 117.34º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0DFA02 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 250 | 2 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.02 |
| HSL | 117.34º | 0.98% | 0.49% | - |
| HSV(B) | 117.34º | 0.99% | 0.98% | - |
| XYZ | 34.36 | 68.46 | 11.46 | - |
| YUV | 150.87 | 43.98 | 29.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 250 | 2 | 0.95 | 0 | 0.99 | 0.02 | 117.34 | 0.98 | 0.49 |
| Hex | D | FA | 2 | 5F | 0 | 63 | 2 | 75 | 62 | 31 |
| Octal | 15 | 372 | 2 | 137 | 0 | 143 | 2 | 165 | 142 | 61 |
| Binary | 1101 | 11111010 | 10 | 1011111 | 0 | 1100011 | 10 | 1110101 | 1100010 | 110001 |
Color Harmonies of #0DFA02
Complementary color
Monochromatic Colors of #0DFA02
Black with #0DFA02
Text Example
Text Example
White with #0DFA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFA02; }
p { color: rgb(13,250,2); }
H1.HeaderClassName
{
color: #0DFA02;
}
.AnyTagClassName
{
color: #0DFA02;
}
</style>
background-color css
<style>
a { background-color: #0DFA02; }
a { background-color: rgb(13,250,2); }
div.DivClassName
{
background-color: #0DFA02;
}
.BgClassName
{
background-color: #0DFA02;
}
</style>
border-color css
<style>
span { border-color: #0DFA02; }
span { border-color: rgb(13,250,2); }
td.TdClassName
{
border-color: #0DFA02;
}
.TagClassName
{
border-color: #0DFA02;
}
</style>