#D2F70E

Color #D2F70E Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #D2F70E

Tints of Electric Lime #D2F70E

Color information

#D2F70E (or 0xD2F70E) is unknown color: approx Electric Lime. HEX triplet: D2, F7 and 0E. RGB value is (210,247,14). Sum of RGB (Red+Green+Blue) = 210+247+14=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 247 (96.88% from 255 or 52.44% from 471); Blue value is 14 (5.86% from 255 or 2.97% from 471); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F70E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F70E is #2D08F1. Grayscale: #D2D2D2. Windows color (decimal): -2951410 or 980946. OLE color: 980946.

HSL color Cylindrical-coordinate representation of color #D2F70E: hue angle of 69.53º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2F70E is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB21024714-
CMYK0.1500.940.03
HSL69.53º93.57%51.18%-
HSV(B)69.53º94.33%96.86%-
XYZ59.9280.2512.75-
YUV209.3817.74128.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 44.59%
GREEN value IS 247 (96.88% from 255) = 52.44%
BLUE value IS 14 (5.86% from 255) = 2.97%
R=44.59%
G=52.44%
B=2.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal210247140.1500.940.0369.5393.5751.18
HexD2F7EF05E3465e33
Octal32236716170136310613663
Binary110100101111011111101111010111101110001101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F70E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F70E; }

 p { color: rgb(210,247,14); }

 H1.HeaderClassName
 {
   color: #D2F70E;
 }
 .AnyTagClassName
 {
   color: #D2F70E;
 }
</style>
background-color css

<style>
 a { background-color: #D2F70E; }

 a { background-color: rgb(210,247,14); }

 div.DivClassName
 {
   background-color: #D2F70E;
 }
 .BgClassName
 {
   background-color: #D2F70E;
 }
</style>
border-color css

<style>
 span { border-color: #D2F70E; }

 span { border-color: rgb(210,247,14); }

 td.TdClassName
 {
   border-color: #D2F70E;
 }
 .TagClassName
 {
   border-color: #D2F70E;
 }
</style>