Shades of Electric Lime #D0F50C
Tints of Electric Lime #D0F50C
RGB
CMYK
RGB Variations
Color information
#D0F50C (or 0xD0F50C) is known color: Electric Lime. HEX triplet: D0, F5 and 0C. RGB value is (208,245,12). Sum of RGB (Red+Green+Blue) = 208+245+12=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 245 (96.09% from 255 or 52.69% from 465); Blue value is 12 (5.08% from 255 or 2.58% from 465); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F50C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F50C is #2F0AF3. Grayscale: #D0D0D0. Windows color (decimal): -3082996 or 849360. OLE color: 849360.
HSL color Cylindrical-coordinate representation of color #D0F50C: hue angle of 69.53º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0F50C is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 245 | 12 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.04 |
| HSL | 69.53º | 0.92% | 0.5% | - |
| HSV(B) | 69.53º | 0.95% | 0.96% | - |
| XYZ | 58.73 | 78.74 | 12.45 | - |
| YUV | 207.38 | 17.74 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 245 | 12 | 0.15 | 0 | 0.95 | 0.04 | 69.53 | 0.92 | 0.5 |
| Hex | D0 | F5 | C | F | 0 | 5F | 4 | 46 | 5C | 32 |
| Octal | 320 | 365 | 14 | 17 | 0 | 137 | 4 | 106 | 134 | 62 |
| Binary | 11010000 | 11110101 | 1100 | 1111 | 0 | 1011111 | 100 | 1000110 | 1011100 | 110010 |
Color Harmonies of #D0F50C
Complementary color
Monochromatic Colors of #D0F50C
Black with #D0F50C
Text Example
Text Example
White with #D0F50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F50C; }
p { color: rgb(208,245,12); }
H1.HeaderClassName
{
color: #D0F50C;
}
.AnyTagClassName
{
color: #D0F50C;
}
</style>
background-color css
<style>
a { background-color: #D0F50C; }
a { background-color: rgb(208,245,12); }
div.DivClassName
{
background-color: #D0F50C;
}
.BgClassName
{
background-color: #D0F50C;
}
</style>
border-color css
<style>
span { border-color: #D0F50C; }
span { border-color: rgb(208,245,12); }
td.TdClassName
{
border-color: #D0F50C;
}
.TagClassName
{
border-color: #D0F50C;
}
</style>