Html Css Color HEX #D4FD1F Electric Lime

📋 copy color: '#D4FD1F'

red 212 ◦ green 253 ◦ blue 31

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

Shades of Electric Lime #D4FD1F

Tints of Electric Lime #D4FD1F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 51.01%

 BLUE value IS 31 (12.5% from 255) = 6.25%

R = 42.74%
G = 51.01%
B = 6.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#D4FD1F (or 0xD4FD1F) is known color: Electric Lime. HEX triplet: D4, FD and 1F. RGB value is (212,253,31). Sum of RGB (Red+Green+Blue) = 212+253+31=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 253 (99.22% from 255 or 51.01% from 496); Blue value is 31 (12.5% from 255 or 6.25% from 496); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FD1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FD1F is #2B02E0. Grayscale: #D8D8D8. Windows color (decimal): -2818785 or 2096596. OLE color: 2096596.

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

Color convert

RGB 212 253 31 -
CMYK 0.16 0 0.88 0.01
HSL 71.08º 0.98% 0.56% -
HSV(B) 71.08º 0.88% 0.99% -
XYZ 62.52 84.35 14.28 -
YUV 215.43 23.92 125.55 -
System Red Green Blue C M Y K H S L
Decimal 212 253 31 0.16 0 0.88 0.01 71.08 0.98 0.56
Hex D4 FD 1F 10 0 58 1 47 62 38
Octal 324 375 37 20 0 130 1 107 142 70
Binary 11010100 11111101 11111 10000 0 1011000 1 1000111 1100010 111000

Color Harmonies of #D4FD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FD1F

Black with #D4FD1F

Text Example


Text Example

White with #D4FD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FD1F; }

 p { color: rgb(212,253,31); }

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

background-color css

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

 a { background-color: rgb(212,253,31); }

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

border-color css

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

 span { border-color: rgb(212,253,31); }

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