Html Css Color HEX #D4FC00 Electric Lime

📋 copy color: '#D4FC00'

red 212 ◦ green 252 ◦ blue 0

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

Shades of Electric Lime #D4FC00

Tints of Electric Lime #D4FC00

RGB

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

 GREEN value IS 252 (98.83% from 255) = 54.31%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.69%
G = 54.31%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#D4FC00 (or 0xD4FC00) is known color: Electric Lime. HEX triplet: D4, FC and 00. RGB value is (212,252,0). Sum of RGB (Red+Green+Blue) = 212+252+0=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 252 (98.83% from 255 or 54.31% from 464); Blue value is 0 (0.39% from 255 or 0% from 464); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FC00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4FC00 is #2B03FF. Grayscale: #D4D4D4. Windows color (decimal): -2819072 or 64724. OLE color: 64724.

HSL color Cylindrical-coordinate representation of color #D4FC00: hue angle of 69.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4FC00 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 252 0 -
CMYK 0.16 0 1 0.01
HSL 69.52º 1% 0.49% -
HSV(B) 69.52º 1% 0.99% -
XYZ 61.96 83.62 12.87 -
YUV 211.31 8.75 128.49 -
System Red Green Blue C M Y K H S L
Decimal 212 252 0 0.16 0 1 0.01 69.52 1 0.49
Hex D4 FC 0 10 0 64 1 46 64 31
Octal 324 374 0 20 0 144 1 106 144 61
Binary 11010100 11111100 0 10000 0 1100100 1 1000110 1100100 110001

Color Harmonies of #D4FC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FC00

Black with #D4FC00

Text Example


Text Example

White with #D4FC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FC00; }

 p { color: rgb(212,252,0); }

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

background-color css

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

 a { background-color: rgb(212,252,0); }

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

border-color css

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

 span { border-color: rgb(212,252,0); }

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