Shades of Electric Lime #D1F803
Tints of Electric Lime #D1F803
RGB
CMYK
RGB Variations
Color information
#D1F803 (or 0xD1F803) is known color: Electric Lime. HEX triplet: D1, F8 and 03. RGB value is (209,248,3). Sum of RGB (Red+Green+Blue) = 209+248+3=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 248 (97.27% from 255 or 53.91% from 460); Blue value is 3 (1.56% from 255 or 0.65% from 460); Max value from RGB is 248 - color contains mainly: green. Hex color #D1F803 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F803 is #2E07FC. Grayscale: #D1D1D1. Windows color (decimal): -3016701 or 260305. OLE color: 260305.
HSL color Cylindrical-coordinate representation of color #D1F803: hue angle of 69.55º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1F803 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 248 | 3 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.03 |
| HSL | 69.55º | 0.98% | 0.49% | - |
| HSV(B) | 69.55º | 0.99% | 0.97% | - |
| XYZ | 59.88 | 80.7 | 12.51 | - |
| YUV | 208.41 | 12.08 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 248 | 3 | 0.16 | 0 | 0.99 | 0.03 | 69.55 | 0.98 | 0.49 |
| Hex | D1 | F8 | 3 | 10 | 0 | 63 | 3 | 46 | 62 | 31 |
| Octal | 321 | 370 | 3 | 20 | 0 | 143 | 3 | 106 | 142 | 61 |
| Binary | 11010001 | 11111000 | 11 | 10000 | 0 | 1100011 | 11 | 1000110 | 1100010 | 110001 |
Color Harmonies of #D1F803
Complementary color
Monochromatic Colors of #D1F803
Black with #D1F803
Text Example
Text Example
White with #D1F803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F803; }
p { color: rgb(209,248,3); }
H1.HeaderClassName
{
color: #D1F803;
}
.AnyTagClassName
{
color: #D1F803;
}
</style>
background-color css
<style>
a { background-color: #D1F803; }
a { background-color: rgb(209,248,3); }
div.DivClassName
{
background-color: #D1F803;
}
.BgClassName
{
background-color: #D1F803;
}
</style>
border-color css
<style>
span { border-color: #D1F803; }
span { border-color: rgb(209,248,3); }
td.TdClassName
{
border-color: #D1F803;
}
.TagClassName
{
border-color: #D1F803;
}
</style>