Shades of Electric Lime #D4FC1A
Tints of Electric Lime #D4FC1A
RGB
CMYK
RGB Variations
Color information
#D4FC1A (or 0xD4FC1A) is known color: Electric Lime. HEX triplet: D4, FC and 1A. RGB value is (212,252,26). Sum of RGB (Red+Green+Blue) = 212+252+26=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 252 (98.83% from 255 or 51.43% from 490); Blue value is 26 (10.55% from 255 or 5.31% from 490); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FC1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FC1A is #2B03E5. Grayscale: #D7D7D7. Windows color (decimal): -2819046 or 1768660. OLE color: 1768660.
HSL color Cylindrical-coordinate representation of color #D4FC1A: hue angle of 70.62º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4FC1A is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 252 | 26 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.01 |
| HSL | 70.62º | 0.97% | 0.55% | - |
| HSV(B) | 70.62º | 0.9% | 0.99% | - |
| XYZ | 62.15 | 83.69 | 13.86 | - |
| YUV | 214.28 | 21.75 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 252 | 26 | 0.16 | 0 | 0.90 | 0.01 | 70.62 | 0.97 | 0.55 |
| Hex | D4 | FC | 1A | 10 | 0 | 5A | 1 | 47 | 61 | 37 |
| Octal | 324 | 374 | 32 | 20 | 0 | 132 | 1 | 107 | 141 | 67 |
| Binary | 11010100 | 11111100 | 11010 | 10000 | 0 | 1011010 | 1 | 1000111 | 1100001 | 110111 |
Color Harmonies of #D4FC1A
Complementary color
Monochromatic Colors of #D4FC1A
Black with #D4FC1A
Text Example
Text Example
White with #D4FC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FC1A; }
p { color: rgb(212,252,26); }
H1.HeaderClassName
{
color: #D4FC1A;
}
.AnyTagClassName
{
color: #D4FC1A;
}
</style>
background-color css
<style>
a { background-color: #D4FC1A; }
a { background-color: rgb(212,252,26); }
div.DivClassName
{
background-color: #D4FC1A;
}
.BgClassName
{
background-color: #D4FC1A;
}
</style>
border-color css
<style>
span { border-color: #D4FC1A; }
span { border-color: rgb(212,252,26); }
td.TdClassName
{
border-color: #D4FC1A;
}
.TagClassName
{
border-color: #D4FC1A;
}
</style>