Shades of Lime #0DF300
Tints of Lime #0DF300
RGB
CMYK
RGB Variations
Color information
#0DF300 (or 0x0DF300) is known color: Lime. HEX triplet: 0D, F3 and 00. RGB value is (13,243,0). Sum of RGB (Red+Green+Blue) = 13+243+0=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 243 (95.31% from 255 or 94.92% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 243 - color contains mainly: green. Hex color #0DF300 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DF300 is #F20CFF. Grayscale: #939393. Windows color (decimal): -15863040 or 62221. OLE color: 62221.
HSL color Cylindrical-coordinate representation of color #0DF300: hue angle of 116.79º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0DF300 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 243 | 0 | - |
| CMYK | 0.95 | 0 | 1 | 0.05 |
| HSL | 116.79º | 1% | 0.48% | - |
| HSV(B) | 116.79º | 1% | 0.95% | - |
| XYZ | 32.22 | 64.19 | 10.69 | - |
| YUV | 146.53 | 45.3 | 32.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 243 | 0 | 0.95 | 0 | 1 | 0.05 | 116.79 | 1 | 0.48 |
| Hex | D | F3 | 0 | 5F | 0 | 64 | 5 | 75 | 64 | 30 |
| Octal | 15 | 363 | 0 | 137 | 0 | 144 | 5 | 165 | 144 | 60 |
| Binary | 1101 | 11110011 | 0 | 1011111 | 0 | 1100100 | 101 | 1110101 | 1100100 | 110000 |
Color Harmonies of #0DF300
Complementary color
Monochromatic Colors of #0DF300
Black with #0DF300
Text Example
Text Example
White with #0DF300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF300; }
p { color: rgb(13,243,0); }
H1.HeaderClassName
{
color: #0DF300;
}
.AnyTagClassName
{
color: #0DF300;
}
</style>
background-color css
<style>
a { background-color: #0DF300; }
a { background-color: rgb(13,243,0); }
div.DivClassName
{
background-color: #0DF300;
}
.BgClassName
{
background-color: #0DF300;
}
</style>
border-color css
<style>
span { border-color: #0DF300; }
span { border-color: rgb(13,243,0); }
td.TdClassName
{
border-color: #0DF300;
}
.TagClassName
{
border-color: #0DF300;
}
</style>