Html Css Color HEX #D4FD1E Electric Lime

📋 copy color: '#D4FD1E'

red 212 ◦ green 253 ◦ blue 30

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

Shades of Electric Lime #D4FD1E

Tints of Electric Lime #D4FD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.06%

R = 42.83%
G = 51.11%
B = 6.06%

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

#D4FD1E (or 0xD4FD1E) is known color: Electric Lime. HEX triplet: D4, FD and 1E. RGB value is (212,253,30). Sum of RGB (Red+Green+Blue) = 212+253+30=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 253 (99.22% from 255 or 51.11% from 495); Blue value is 30 (12.11% from 255 or 6.06% from 495); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FD1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FD1E is #2B02E1. Grayscale: #D8D8D8. Windows color (decimal): -2818786 or 2031060. OLE color: 2031060.

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

Color convert

RGB 212 253 30 -
CMYK 0.16 0 0.88 0.01
HSL 71.03º 0.98% 0.55% -
HSV(B) 71.03º 0.88% 0.99% -
XYZ 62.51 84.34 14.21 -
YUV 215.32 23.42 125.63 -
System Red Green Blue C M Y K H S L
Decimal 212 253 30 0.16 0 0.88 0.01 71.03 0.98 0.55
Hex D4 FD 1E 10 0 58 1 47 62 37
Octal 324 375 36 20 0 130 1 107 142 67
Binary 11010100 11111101 11110 10000 0 1011000 1 1000111 1100010 110111

Color Harmonies of #D4FD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FD1E

Black with #D4FD1E

Text Example


Text Example

White with #D4FD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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