Shades of Electric Lime #D2F314
Tints of Electric Lime #D2F314
RGB
CMYK
RGB Variations
Color information
#D2F314 (or 0xD2F314) is known color: Electric Lime. HEX triplet: D2, F3 and 14. RGB value is (210,243,20). Sum of RGB (Red+Green+Blue) = 210+243+20=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 243 (95.31% from 255 or 51.37% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F314 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F314 is #2D0CEB. Grayscale: #D0D0D0. Windows color (decimal): -2952428 or 1373138. OLE color: 1373138.
HSL color Cylindrical-coordinate representation of color #D2F314: hue angle of 68.88º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2F314 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 243 | 20 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.05 |
| HSL | 68.88º | 0.9% | 0.52% | - |
| HSV(B) | 68.88º | 0.92% | 0.95% | - |
| XYZ | 58.76 | 77.85 | 12.59 | - |
| YUV | 207.71 | 22.07 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 243 | 20 | 0.14 | 0 | 0.92 | 0.05 | 68.88 | 0.9 | 0.52 |
| Hex | D2 | F3 | 14 | E | 0 | 5C | 5 | 45 | 5A | 34 |
| Octal | 322 | 363 | 24 | 16 | 0 | 134 | 5 | 105 | 132 | 64 |
| Binary | 11010010 | 11110011 | 10100 | 1110 | 0 | 1011100 | 101 | 1000101 | 1011010 | 110100 |
Color Harmonies of #D2F314
Complementary color
Monochromatic Colors of #D2F314
Black with #D2F314
Text Example
Text Example
White with #D2F314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F314; }
p { color: rgb(210,243,20); }
H1.HeaderClassName
{
color: #D2F314;
}
.AnyTagClassName
{
color: #D2F314;
}
</style>
background-color css
<style>
a { background-color: #D2F314; }
a { background-color: rgb(210,243,20); }
div.DivClassName
{
background-color: #D2F314;
}
.BgClassName
{
background-color: #D2F314;
}
</style>
border-color css
<style>
span { border-color: #D2F314; }
span { border-color: rgb(210,243,20); }
td.TdClassName
{
border-color: #D2F314;
}
.TagClassName
{
border-color: #D2F314;
}
</style>