Shades of Electric Lime #D0F301
Tints of Electric Lime #D0F301
RGB
CMYK
RGB Variations
Color information
#D0F301 (or 0xD0F301) is known color: Electric Lime. HEX triplet: D0, F3 and 01. RGB value is (208,243,1). Sum of RGB (Red+Green+Blue) = 208+243+1=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 243 (95.31% from 255 or 53.76% from 452); Blue value is 1 (0.78% from 255 or 0.22% from 452); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F301 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F301 is #2F0CFE. Grayscale: #CDCDCD. Windows color (decimal): -3083519 or 127952. OLE color: 127952.
HSL color Cylindrical-coordinate representation of color #D0F301: hue angle of 68.68º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0F301 is Cyan = 0.14, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 243 | 1 | - |
| CMYK | 0.14 | 0 | 1.00 | 0.05 |
| HSL | 68.68º | 0.99% | 0.48% | - |
| HSV(B) | 68.68º | 1% | 0.95% | - |
| XYZ | 58.07 | 77.51 | 11.93 | - |
| YUV | 204.95 | 12.9 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 243 | 1 | 0.14 | 0 | 1.00 | 0.05 | 68.68 | 0.99 | 0.48 |
| Hex | D0 | F3 | 1 | E | 0 | 64 | 5 | 45 | 63 | 30 |
| Octal | 320 | 363 | 1 | 16 | 0 | 144 | 5 | 105 | 143 | 60 |
| Binary | 11010000 | 11110011 | 1 | 1110 | 0 | 1100100 | 101 | 1000101 | 1100011 | 110000 |
Color Harmonies of #D0F301
Complementary color
Monochromatic Colors of #D0F301
Black with #D0F301
Text Example
Text Example
White with #D0F301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F301; }
p { color: rgb(208,243,1); }
H1.HeaderClassName
{
color: #D0F301;
}
.AnyTagClassName
{
color: #D0F301;
}
</style>
background-color css
<style>
a { background-color: #D0F301; }
a { background-color: rgb(208,243,1); }
div.DivClassName
{
background-color: #D0F301;
}
.BgClassName
{
background-color: #D0F301;
}
</style>
border-color css
<style>
span { border-color: #D0F301; }
span { border-color: rgb(208,243,1); }
td.TdClassName
{
border-color: #D0F301;
}
.TagClassName
{
border-color: #D0F301;
}
</style>