Shades of Electric Lime #D4F20D
Tints of Electric Lime #D4F20D
RGB
CMYK
RGB Variations
Color information
#D4F20D (or 0xD4F20D) is known color: Electric Lime. HEX triplet: D4, F2 and 0D. RGB value is (212,242,13). Sum of RGB (Red+Green+Blue) = 212+242+13=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 242 (94.92% from 255 or 51.82% from 467); Blue value is 13 (5.47% from 255 or 2.78% from 467); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F20D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F20D is #2B0DF2. Grayscale: #CFCFCF. Windows color (decimal): -2821619 or 914132. OLE color: 914132.
HSL color Cylindrical-coordinate representation of color #D4F20D: hue angle of 67.86º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4F20D is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 242 | 13 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.05 |
| HSL | 67.86º | 0.9% | 0.5% | - |
| HSV(B) | 67.86º | 0.95% | 0.95% | - |
| XYZ | 58.98 | 77.53 | 12.24 | - |
| YUV | 206.92 | 18.56 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 242 | 13 | 0.12 | 0 | 0.95 | 0.05 | 67.86 | 0.9 | 0.5 |
| Hex | D4 | F2 | D | C | 0 | 5F | 5 | 44 | 5A | 32 |
| Octal | 324 | 362 | 15 | 14 | 0 | 137 | 5 | 104 | 132 | 62 |
| Binary | 11010100 | 11110010 | 1101 | 1100 | 0 | 1011111 | 101 | 1000100 | 1011010 | 110010 |
Color Harmonies of #D4F20D
Complementary color
Monochromatic Colors of #D4F20D
Black with #D4F20D
Text Example
Text Example
White with #D4F20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F20D; }
p { color: rgb(212,242,13); }
H1.HeaderClassName
{
color: #D4F20D;
}
.AnyTagClassName
{
color: #D4F20D;
}
</style>
background-color css
<style>
a { background-color: #D4F20D; }
a { background-color: rgb(212,242,13); }
div.DivClassName
{
background-color: #D4F20D;
}
.BgClassName
{
background-color: #D4F20D;
}
</style>
border-color css
<style>
span { border-color: #D4F20D; }
span { border-color: rgb(212,242,13); }
td.TdClassName
{
border-color: #D4F20D;
}
.TagClassName
{
border-color: #D4F20D;
}
</style>