Shades of Lime #0DFC02
Tints of Lime #0DFC02
RGB
CMYK
RGB Variations
Color information
#0DFC02 (or 0x0DFC02) is known color: Lime. HEX triplet: 0D, FC and 02. RGB value is (13,252,2). Sum of RGB (Red+Green+Blue) = 13+252+2=267 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.87% from 267); Green value is 252 (98.83% from 255 or 94.38% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 252 - color contains mainly: green. Hex color #0DFC02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DFC02 is #F203FD. Grayscale: #989898. Windows color (decimal): -15860734 or 195597. OLE color: 195597.
HSL color Cylindrical-coordinate representation of color #0DFC02: hue angle of 117.36º 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 #0DFC02 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 252 | 2 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.01 |
| HSL | 117.36º | 0.98% | 0.5% | - |
| HSV(B) | 117.36º | 0.99% | 0.99% | - |
| XYZ | 34.99 | 69.71 | 11.67 | - |
| YUV | 152.04 | 43.32 | 28.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 252 | 2 | 0.95 | 0 | 0.99 | 0.01 | 117.36 | 0.98 | 0.5 |
| Hex | D | FC | 2 | 5F | 0 | 63 | 1 | 75 | 62 | 32 |
| Octal | 15 | 374 | 2 | 137 | 0 | 143 | 1 | 165 | 142 | 62 |
| Binary | 1101 | 11111100 | 10 | 1011111 | 0 | 1100011 | 1 | 1110101 | 1100010 | 110010 |
Color Harmonies of #0DFC02
Complementary color
Monochromatic Colors of #0DFC02
Black with #0DFC02
Text Example
Text Example
White with #0DFC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFC02; }
p { color: rgb(13,252,2); }
H1.HeaderClassName
{
color: #0DFC02;
}
.AnyTagClassName
{
color: #0DFC02;
}
</style>
background-color css
<style>
a { background-color: #0DFC02; }
a { background-color: rgb(13,252,2); }
div.DivClassName
{
background-color: #0DFC02;
}
.BgClassName
{
background-color: #0DFC02;
}
</style>
border-color css
<style>
span { border-color: #0DFC02; }
span { border-color: rgb(13,252,2); }
td.TdClassName
{
border-color: #0DFC02;
}
.TagClassName
{
border-color: #0DFC02;
}
</style>