Shades of Electric Lime #D0F90D
Tints of Electric Lime #D0F90D
RGB
CMYK
RGB Variations
Color information
#D0F90D (or 0xD0F90D) is known color: Electric Lime. HEX triplet: D0, F9 and 0D. RGB value is (208,249,13). Sum of RGB (Red+Green+Blue) = 208+249+13=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 249 (97.66% from 255 or 52.98% from 470); Blue value is 13 (5.47% from 255 or 2.77% from 470); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F90D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F90D is #2F06F2. Grayscale: #D2D2D2. Windows color (decimal): -3081971 or 915920. OLE color: 915920.
HSL color Cylindrical-coordinate representation of color #D0F90D: hue angle of 70.42º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0F90D is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 249 | 13 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.02 |
| HSL | 70.42º | 0.95% | 0.51% | - |
| HSV(B) | 70.42º | 0.95% | 0.98% | - |
| XYZ | 59.96 | 81.19 | 12.89 | - |
| YUV | 209.84 | 16.92 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 249 | 13 | 0.16 | 0 | 0.95 | 0.02 | 70.42 | 0.95 | 0.51 |
| Hex | D0 | F9 | D | 10 | 0 | 5F | 2 | 46 | 5F | 33 |
| Octal | 320 | 371 | 15 | 20 | 0 | 137 | 2 | 106 | 137 | 63 |
| Binary | 11010000 | 11111001 | 1101 | 10000 | 0 | 1011111 | 10 | 1000110 | 1011111 | 110011 |
Color Harmonies of #D0F90D
Complementary color
Monochromatic Colors of #D0F90D
Black with #D0F90D
Text Example
Text Example
White with #D0F90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F90D; }
p { color: rgb(208,249,13); }
H1.HeaderClassName
{
color: #D0F90D;
}
.AnyTagClassName
{
color: #D0F90D;
}
</style>
background-color css
<style>
a { background-color: #D0F90D; }
a { background-color: rgb(208,249,13); }
div.DivClassName
{
background-color: #D0F90D;
}
.BgClassName
{
background-color: #D0F90D;
}
</style>
border-color css
<style>
span { border-color: #D0F90D; }
span { border-color: rgb(208,249,13); }
td.TdClassName
{
border-color: #D0F90D;
}
.TagClassName
{
border-color: #D0F90D;
}
</style>