Html Css Color HEX #D4F70E Electric Lime

📋 copy color: '#D4F70E'

red 212 ◦ green 247 ◦ blue 14

#D4F70E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #D4F70E

Tints of Electric Lime #D4F70E

RGB

 RED value IS 212 (83.2% from 255) = 44.82%

 GREEN value IS 247 (96.88% from 255) = 52.22%

 BLUE value IS 14 (5.86% from 255) = 2.96%

R = 44.82%
G = 52.22%
B = 2.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#D4F70E (or 0xD4F70E) is known color: Electric Lime. HEX triplet: D4, F7 and 0E. RGB value is (212,247,14). Sum of RGB (Red+Green+Blue) = 212+247+14=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 247 (96.88% from 255 or 52.22% from 473); Blue value is 14 (5.86% from 255 or 2.96% from 473); Max value from RGB is 247 - color contains mainly: green. Hex color #D4F70E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F70E is #2B08F1. Grayscale: #D2D2D2. Windows color (decimal): -2820338 or 980948. OLE color: 980948.

HSL color Cylindrical-coordinate representation of color #D4F70E: hue angle of 69.01º 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 #D4F70E is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 212 247 14 -
CMYK 0.14 0 0.94 0.03
HSL 69.01º 0.94% 0.51% -
HSV(B) 69.01º 0.94% 0.97% -
XYZ 60.49 80.55 12.77 -
YUV 209.97 17.4 129.45 -
System Red Green Blue C M Y K H S L
Decimal 212 247 14 0.14 0 0.94 0.03 69.01 0.94 0.51
Hex D4 F7 E E 0 5E 3 45 5E 33
Octal 324 367 16 16 0 136 3 105 136 63
Binary 11010100 11110111 1110 1110 0 1011110 11 1000101 1011110 110011

Color Harmonies of #D4F70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F70E

Black with #D4F70E

Text Example


Text Example

White with #D4F70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F70E; }

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

 H1.HeaderClassName
 {
   color: #D4F70E;
 }
 .AnyTagClassName
 {
   color: #D4F70E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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