Html Css Color HEX #D4F014 Electric Lime

📋 copy color: '#D4F014'

red 212 ◦ green 240 ◦ blue 20

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

Shades of Electric Lime #D4F014

Tints of Electric Lime #D4F014

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.85%

 BLUE value IS 20 (8.2% from 255) = 4.24%

R = 44.92%
G = 50.85%
B = 4.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#D4F014 (or 0xD4F014) is known color: Electric Lime. HEX triplet: D4, F0 and 14. RGB value is (212,240,20). Sum of RGB (Red+Green+Blue) = 212+240+20=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 20 (8.20% from 255 or 4.24% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F014 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F014 is #2B0FEB. Grayscale: #CFCFCF. Windows color (decimal): -2822124 or 1372372. OLE color: 1372372.

HSL color Cylindrical-coordinate representation of color #D4F014: hue angle of 67.64º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4F014 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 240 20 -
CMYK 0.12 0 0.92 0.06
HSL 67.64º 0.88% 0.51% -
HSV(B) 67.64º 0.92% 0.94% -
XYZ 58.44 76.37 12.32 -
YUV 206.55 22.72 131.89 -
System Red Green Blue C M Y K H S L
Decimal 212 240 20 0.12 0 0.92 0.06 67.64 0.88 0.51
Hex D4 F0 14 C 0 5C 6 44 58 33
Octal 324 360 24 14 0 134 6 104 130 63
Binary 11010100 11110000 10100 1100 0 1011100 110 1000100 1011000 110011

Color Harmonies of #D4F014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F014

Black with #D4F014

Text Example


Text Example

White with #D4F014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F014; }

 p { color: rgb(212,240,20); }

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

background-color css

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

 a { background-color: rgb(212,240,20); }

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

border-color css

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

 span { border-color: rgb(212,240,20); }

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