Html Css Color HEX #D4FC0A Electric Lime

📋 copy color: '#D4FC0A'

red 212 ◦ green 252 ◦ blue 10

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

Shades of Electric Lime #D4FC0A

Tints of Electric Lime #D4FC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.11%

R = 44.73%
G = 53.16%
B = 2.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#D4FC0A (or 0xD4FC0A) is known color: Electric Lime. HEX triplet: D4, FC and 0A. RGB value is (212,252,10). Sum of RGB (Red+Green+Blue) = 212+252+10=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 252 (98.83% from 255 or 53.16% from 474); Blue value is 10 (4.30% from 255 or 2.11% from 474); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FC0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4FC0A is #2B03F5. Grayscale: #D5D5D5. Windows color (decimal): -2819062 or 720084. OLE color: 720084.

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

Color convert

RGB 212 252 10 -
CMYK 0.16 0 0.96 0.01
HSL 69.92º 0.98% 0.51% -
HSV(B) 69.92º 0.96% 0.99% -
XYZ 62.02 83.64 13.16 -
YUV 212.45 13.75 127.68 -
System Red Green Blue C M Y K H S L
Decimal 212 252 10 0.16 0 0.96 0.01 69.92 0.98 0.51
Hex D4 FC A 10 0 60 1 46 62 33
Octal 324 374 12 20 0 140 1 106 142 63
Binary 11010100 11111100 1010 10000 0 1100000 1 1000110 1100010 110011

Color Harmonies of #D4FC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FC0A

Black with #D4FC0A

Text Example


Text Example

White with #D4FC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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