Shades of Electric Lime #D3F916
Tints of Electric Lime #D3F916
RGB
CMYK
RGB Variations
Color information
#D3F916 (or 0xD3F916) is known color: Electric Lime. HEX triplet: D3, F9 and 16. RGB value is (211,249,22). Sum of RGB (Red+Green+Blue) = 211+249+22=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 249 (97.66% from 255 or 51.66% from 482); Blue value is 22 (8.98% from 255 or 4.56% from 482); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F916 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F916 is #2C06E9. Grayscale: #D4D4D4. Windows color (decimal): -2885354 or 1505747. OLE color: 1505747.
HSL color Cylindrical-coordinate representation of color #D3F916: hue angle of 70.04º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3F916 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 249 | 22 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.02 |
| HSL | 70.04º | 0.95% | 0.53% | - |
| HSV(B) | 70.04º | 0.91% | 0.98% | - |
| XYZ | 60.88 | 81.66 | 13.31 | - |
| YUV | 211.76 | 20.91 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 249 | 22 | 0.15 | 0 | 0.91 | 0.02 | 70.04 | 0.95 | 0.53 |
| Hex | D3 | F9 | 16 | F | 0 | 5B | 2 | 46 | 5F | 35 |
| Octal | 323 | 371 | 26 | 17 | 0 | 133 | 2 | 106 | 137 | 65 |
| Binary | 11010011 | 11111001 | 10110 | 1111 | 0 | 1011011 | 10 | 1000110 | 1011111 | 110101 |
Color Harmonies of #D3F916
Complementary color
Monochromatic Colors of #D3F916
Black with #D3F916
Text Example
Text Example
White with #D3F916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F916; }
p { color: rgb(211,249,22); }
H1.HeaderClassName
{
color: #D3F916;
}
.AnyTagClassName
{
color: #D3F916;
}
</style>
background-color css
<style>
a { background-color: #D3F916; }
a { background-color: rgb(211,249,22); }
div.DivClassName
{
background-color: #D3F916;
}
.BgClassName
{
background-color: #D3F916;
}
</style>
border-color css
<style>
span { border-color: #D3F916; }
span { border-color: rgb(211,249,22); }
td.TdClassName
{
border-color: #D3F916;
}
.TagClassName
{
border-color: #D3F916;
}
</style>