Shades of Electric Lime #D2F714
Tints of Electric Lime #D2F714
RGB
CMYK
RGB Variations
Color information
#D2F714 (or 0xD2F714) is known color: Electric Lime. HEX triplet: D2, F7 and 14. RGB value is (210,247,20). Sum of RGB (Red+Green+Blue) = 210+247+20=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 247 (96.88% from 255 or 51.78% from 477); Blue value is 20 (8.20% from 255 or 4.19% from 477); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F714 is #2D08EB. Grayscale: #D2D2D2. Windows color (decimal): -2951404 or 1374162. OLE color: 1374162.
HSL color Cylindrical-coordinate representation of color #D2F714: hue angle of 69.78º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2F714 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 247 | 20 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.03 |
| HSL | 69.78º | 0.93% | 0.52% | - |
| HSV(B) | 69.78º | 0.92% | 0.97% | - |
| XYZ | 59.97 | 80.27 | 13 | - |
| YUV | 210.06 | 20.74 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 247 | 20 | 0.15 | 0 | 0.92 | 0.03 | 69.78 | 0.93 | 0.52 |
| Hex | D2 | F7 | 14 | F | 0 | 5C | 3 | 46 | 5D | 34 |
| Octal | 322 | 367 | 24 | 17 | 0 | 134 | 3 | 106 | 135 | 64 |
| Binary | 11010010 | 11110111 | 10100 | 1111 | 0 | 1011100 | 11 | 1000110 | 1011101 | 110100 |
Color Harmonies of #D2F714
Complementary color
Monochromatic Colors of #D2F714
Black with #D2F714
Text Example
Text Example
White with #D2F714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F714; }
p { color: rgb(210,247,20); }
H1.HeaderClassName
{
color: #D2F714;
}
.AnyTagClassName
{
color: #D2F714;
}
</style>
background-color css
<style>
a { background-color: #D2F714; }
a { background-color: rgb(210,247,20); }
div.DivClassName
{
background-color: #D2F714;
}
.BgClassName
{
background-color: #D2F714;
}
</style>
border-color css
<style>
span { border-color: #D2F714; }
span { border-color: rgb(210,247,20); }
td.TdClassName
{
border-color: #D2F714;
}
.TagClassName
{
border-color: #D2F714;
}
</style>