Html Css Color HEX #D4F004 Electric Lime

📋 copy color: '#D4F004'

red 212 ◦ green 240 ◦ blue 4

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

Shades of Electric Lime #D4F004

Tints of Electric Lime #D4F004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.88%

R = 46.49%
G = 52.63%
B = 0.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#D4F004 (or 0xD4F004) is known color: Electric Lime. HEX triplet: D4, F0 and 04. RGB value is (212,240,4). Sum of RGB (Red+Green+Blue) = 212+240+4=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 240 (94.14% from 255 or 52.63% from 456); Blue value is 4 (1.95% from 255 or 0.88% from 456); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F004 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F004 is #2B0FFB. Grayscale: #CDCDCD. Windows color (decimal): -2822140 or 323796. OLE color: 323796.

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

Color convert

RGB 212 240 4 -
CMYK 0.12 0 0.98 0.06
HSL 67.12º 0.97% 0.48% -
HSV(B) 67.12º 0.98% 0.94% -
XYZ 58.33 76.33 11.77 -
YUV 204.72 14.72 133.19 -
System Red Green Blue C M Y K H S L
Decimal 212 240 4 0.12 0 0.98 0.06 67.12 0.97 0.48
Hex D4 F0 4 C 0 62 6 43 61 30
Octal 324 360 4 14 0 142 6 103 141 60
Binary 11010100 11110000 100 1100 0 1100010 110 1000011 1100001 110000

Color Harmonies of #D4F004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F004

Black with #D4F004

Text Example


Text Example

White with #D4F004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F004; }

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

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

background-color css

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

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

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

border-color css

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

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

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