Shades of Electric Lime #D1F90D
Tints of Electric Lime #D1F90D
RGB
CMYK
RGB Variations
Color information
#D1F90D (or 0xD1F90D) is known color: Electric Lime. HEX triplet: D1, F9 and 0D. RGB value is (209,249,13). Sum of RGB (Red+Green+Blue) = 209+249+13=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 249 (97.66% from 255 or 52.87% from 471); Blue value is 13 (5.47% from 255 or 2.76% from 471); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F90D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F90D is #2E06F2. Grayscale: #D3D3D3. Windows color (decimal): -3016435 or 915921. OLE color: 915921.
HSL color Cylindrical-coordinate representation of color #D1F90D: hue angle of 70.17º 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 #D1F90D is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 13 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.02 |
| HSL | 70.17º | 0.95% | 0.51% | - |
| HSV(B) | 70.17º | 0.95% | 0.98% | - |
| XYZ | 60.24 | 81.34 | 12.91 | - |
| YUV | 210.14 | 16.75 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 13 | 0.16 | 0 | 0.95 | 0.02 | 70.17 | 0.95 | 0.51 |
| Hex | D1 | F9 | D | 10 | 0 | 5F | 2 | 46 | 5F | 33 |
| Octal | 321 | 371 | 15 | 20 | 0 | 137 | 2 | 106 | 137 | 63 |
| Binary | 11010001 | 11111001 | 1101 | 10000 | 0 | 1011111 | 10 | 1000110 | 1011111 | 110011 |
Color Harmonies of #D1F90D
Complementary color
Monochromatic Colors of #D1F90D
Black with #D1F90D
Text Example
Text Example
White with #D1F90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F90D; }
p { color: rgb(209,249,13); }
H1.HeaderClassName
{
color: #D1F90D;
}
.AnyTagClassName
{
color: #D1F90D;
}
</style>
background-color css
<style>
a { background-color: #D1F90D; }
a { background-color: rgb(209,249,13); }
div.DivClassName
{
background-color: #D1F90D;
}
.BgClassName
{
background-color: #D1F90D;
}
</style>
border-color css
<style>
span { border-color: #D1F90D; }
span { border-color: rgb(209,249,13); }
td.TdClassName
{
border-color: #D1F90D;
}
.TagClassName
{
border-color: #D1F90D;
}
</style>