Shades of Electric Lime #D4F200
Tints of Electric Lime #D4F200
RGB
CMYK
RGB Variations
Color information
#D4F200 (or 0xD4F200) is known color: Electric Lime. HEX triplet: D4, F2 and 00. RGB value is (212,242,0). Sum of RGB (Red+Green+Blue) = 212+242+0=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 242 (94.92% from 255 or 53.30% from 454); Blue value is 0 (0.39% from 255 or 0% from 454); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F200 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F200 is #2B0DFF. Grayscale: #CECECE. Windows color (decimal): -2821632 or 62164. OLE color: 62164.
HSL color Cylindrical-coordinate representation of color #D4F200: hue angle of 67.44º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4F200 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 242 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.05 |
| HSL | 67.44º | 1% | 0.47% | - |
| HSV(B) | 67.44º | 1% | 0.95% | - |
| XYZ | 58.9 | 77.5 | 11.85 | - |
| YUV | 205.44 | 12.06 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 242 | 0 | 0.12 | 0 | 1 | 0.05 | 67.44 | 1 | 0.47 |
| Hex | D4 | F2 | 0 | C | 0 | 64 | 5 | 43 | 64 | 2F |
| Octal | 324 | 362 | 0 | 14 | 0 | 144 | 5 | 103 | 144 | 57 |
| Binary | 11010100 | 11110010 | 0 | 1100 | 0 | 1100100 | 101 | 1000011 | 1100100 | 101111 |
Color Harmonies of #D4F200
Complementary color
Monochromatic Colors of #D4F200
Black with #D4F200
Text Example
Text Example
White with #D4F200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F200; }
p { color: rgb(212,242,0); }
H1.HeaderClassName
{
color: #D4F200;
}
.AnyTagClassName
{
color: #D4F200;
}
</style>
background-color css
<style>
a { background-color: #D4F200; }
a { background-color: rgb(212,242,0); }
div.DivClassName
{
background-color: #D4F200;
}
.BgClassName
{
background-color: #D4F200;
}
</style>
border-color css
<style>
span { border-color: #D4F200; }
span { border-color: rgb(212,242,0); }
td.TdClassName
{
border-color: #D4F200;
}
.TagClassName
{
border-color: #D4F200;
}
</style>