Shades of Lime #0DF101
Tints of Lime #0DF101
RGB
CMYK
RGB Variations
Color information
#0DF101 (or 0x0DF101) is known color: Lime. HEX triplet: 0D, F1 and 01. RGB value is (13,241,1). Sum of RGB (Red+Green+Blue) = 13+241+1=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 241 (94.53% from 255 or 94.51% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 241 - color contains mainly: green. Hex color #0DF101 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DF101 is #F20EFE. Grayscale: #929292. Windows color (decimal): -15863551 or 127245. OLE color: 127245.
HSL color Cylindrical-coordinate representation of color #0DF101: hue angle of 117º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0DF101 is Cyan = 0.95, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 241 | 1 | - |
| CMYK | 0.95 | 0 | 1.00 | 0.05 |
| HSL | 117º | 0.99% | 0.47% | - |
| HSV(B) | 117º | 1% | 0.95% | - |
| XYZ | 31.63 | 63 | 10.52 | - |
| YUV | 145.47 | 46.46 | 33.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 241 | 1 | 0.95 | 0 | 1.00 | 0.05 | 117 | 0.99 | 0.47 |
| Hex | D | F1 | 1 | 5F | 0 | 64 | 5 | 75 | 63 | 2F |
| Octal | 15 | 361 | 1 | 137 | 0 | 144 | 5 | 165 | 143 | 57 |
| Binary | 1101 | 11110001 | 1 | 1011111 | 0 | 1100100 | 101 | 1110101 | 1100011 | 101111 |
Color Harmonies of #0DF101
Complementary color
Monochromatic Colors of #0DF101
Black with #0DF101
Text Example
Text Example
White with #0DF101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF101; }
p { color: rgb(13,241,1); }
H1.HeaderClassName
{
color: #0DF101;
}
.AnyTagClassName
{
color: #0DF101;
}
</style>
background-color css
<style>
a { background-color: #0DF101; }
a { background-color: rgb(13,241,1); }
div.DivClassName
{
background-color: #0DF101;
}
.BgClassName
{
background-color: #0DF101;
}
</style>
border-color css
<style>
span { border-color: #0DF101; }
span { border-color: rgb(13,241,1); }
td.TdClassName
{
border-color: #0DF101;
}
.TagClassName
{
border-color: #0DF101;
}
</style>