Shades of Electric Lime #D3F901
Tints of Electric Lime #D3F901
RGB
CMYK
RGB Variations
Color information
#D3F901 (or 0xD3F901) is known color: Electric Lime. HEX triplet: D3, F9 and 01. RGB value is (211,249,1). Sum of RGB (Red+Green+Blue) = 211+249+1=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 249 (97.66% from 255 or 54.01% from 461); Blue value is 1 (0.78% from 255 or 0.22% from 461); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F901 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F901 is #2C06FE. Grayscale: #D2D2D2. Windows color (decimal): -2885375 or 129491. OLE color: 129491.
HSL color Cylindrical-coordinate representation of color #D3F901: hue angle of 69.19º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3F901 is Cyan = 0.15, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 249 | 1 | - |
| CMYK | 0.15 | 0 | 1.00 | 0.02 |
| HSL | 69.19º | 0.99% | 0.49% | - |
| HSV(B) | 69.19º | 1% | 0.98% | - |
| XYZ | 60.75 | 81.6 | 12.58 | - |
| YUV | 209.37 | 10.41 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 249 | 1 | 0.15 | 0 | 1.00 | 0.02 | 69.19 | 0.99 | 0.49 |
| Hex | D3 | F9 | 1 | F | 0 | 64 | 2 | 45 | 63 | 31 |
| Octal | 323 | 371 | 1 | 17 | 0 | 144 | 2 | 105 | 143 | 61 |
| Binary | 11010011 | 11111001 | 1 | 1111 | 0 | 1100100 | 10 | 1000101 | 1100011 | 110001 |
Color Harmonies of #D3F901
Complementary color
Monochromatic Colors of #D3F901
Black with #D3F901
Text Example
Text Example
White with #D3F901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F901; }
p { color: rgb(211,249,1); }
H1.HeaderClassName
{
color: #D3F901;
}
.AnyTagClassName
{
color: #D3F901;
}
</style>
background-color css
<style>
a { background-color: #D3F901; }
a { background-color: rgb(211,249,1); }
div.DivClassName
{
background-color: #D3F901;
}
.BgClassName
{
background-color: #D3F901;
}
</style>
border-color css
<style>
span { border-color: #D3F901; }
span { border-color: rgb(211,249,1); }
td.TdClassName
{
border-color: #D3F901;
}
.TagClassName
{
border-color: #D3F901;
}
</style>