Html Css Color HEX #D4FE1E Electric Lime

📋 copy color: '#D4FE1E'

red 212 ◦ green 254 ◦ blue 30

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

Shades of Electric Lime #D4FE1E

Tints of Electric Lime #D4FE1E

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.21%

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

R = 42.74%
G = 51.21%
B = 6.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#D4FE1E (or 0xD4FE1E) is known color: Electric Lime. HEX triplet: D4, FE and 1E. RGB value is (212,254,30). Sum of RGB (Red+Green+Blue) = 212+254+30=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 254 (99.61% from 255 or 51.21% from 496); Blue value is 30 (12.11% from 255 or 6.05% from 496); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FE1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FE1E is #2B01E1. Grayscale: #D8D8D8. Windows color (decimal): -2818530 or 2031316. OLE color: 2031316.

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

Color convert

RGB 212 254 30 -
CMYK 0.17 0 0.88 0.00
HSL 71.25º 0.99% 0.56% -
HSV(B) 71.25º 0.88% 1% -
XYZ 62.83 84.97 14.32 -
YUV 215.91 23.09 125.21 -
System Red Green Blue C M Y K H S L
Decimal 212 254 30 0.17 0 0.88 0.00 71.25 0.99 0.56
Hex D4 FE 1E 11 0 58 0 47 63 38
Octal 324 376 36 21 0 130 0 107 143 70
Binary 11010100 11111110 11110 10001 0 1011000 0 1000111 1100011 111000

Color Harmonies of #D4FE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FE1E

Black with #D4FE1E

Text Example


Text Example

White with #D4FE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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