Shades of Electric Lime #D5FA04
Tints of Electric Lime #D5FA04
RGB
CMYK
RGB Variations
Color information
#D5FA04 (or 0xD5FA04) is known color: Electric Lime. HEX triplet: D5, FA and 04. RGB value is (213,250,4). Sum of RGB (Red+Green+Blue) = 213+250+4=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 250 (98.05% from 255 or 53.53% from 467); Blue value is 4 (1.95% from 255 or 0.86% from 467); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5FA04 is #2A05FB. Grayscale: #D3D3D3. Windows color (decimal): -2754044 or 326357. OLE color: 326357.
HSL color Cylindrical-coordinate representation of color #D5FA04: hue angle of 69.02º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D5FA04 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 4 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.02 |
| HSL | 69.02º | 0.97% | 0.5% | - |
| HSV(B) | 69.02º | 0.98% | 0.98% | - |
| XYZ | 61.65 | 82.53 | 12.79 | - |
| YUV | 210.89 | 11.24 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 4 | 0.15 | 0 | 0.98 | 0.02 | 69.02 | 0.97 | 0.5 |
| Hex | D5 | FA | 4 | F | 0 | 62 | 2 | 45 | 61 | 32 |
| Octal | 325 | 372 | 4 | 17 | 0 | 142 | 2 | 105 | 141 | 62 |
| Binary | 11010101 | 11111010 | 100 | 1111 | 0 | 1100010 | 10 | 1000101 | 1100001 | 110010 |
Color Harmonies of #D5FA04
Complementary color
Monochromatic Colors of #D5FA04
Black with #D5FA04
Text Example
Text Example
White with #D5FA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FA04; }
p { color: rgb(213,250,4); }
H1.HeaderClassName
{
color: #D5FA04;
}
.AnyTagClassName
{
color: #D5FA04;
}
</style>
background-color css
<style>
a { background-color: #D5FA04; }
a { background-color: rgb(213,250,4); }
div.DivClassName
{
background-color: #D5FA04;
}
.BgClassName
{
background-color: #D5FA04;
}
</style>
border-color css
<style>
span { border-color: #D5FA04; }
span { border-color: rgb(213,250,4); }
td.TdClassName
{
border-color: #D5FA04;
}
.TagClassName
{
border-color: #D5FA04;
}
</style>