Html Css Color HEX #D4F71A Electric Lime

📋 copy color: '#D4F71A'

red 212 ◦ green 247 ◦ blue 26

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

Shades of Electric Lime #D4F71A

Tints of Electric Lime #D4F71A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 50.93%

 BLUE value IS 26 (10.55% from 255) = 5.36%

R = 43.71%
G = 50.93%
B = 5.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#D4F71A (or 0xD4F71A) is known color: Electric Lime. HEX triplet: D4, F7 and 1A. RGB value is (212,247,26). Sum of RGB (Red+Green+Blue) = 212+247+26=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 247 (96.88% from 255 or 50.93% from 485); Blue value is 26 (10.55% from 255 or 5.36% from 485); Max value from RGB is 247 - color contains mainly: green. Hex color #D4F71A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F71A is #2B08E5. Grayscale: #D4D4D4. Windows color (decimal): -2820326 or 1767380. OLE color: 1767380.

HSL color Cylindrical-coordinate representation of color #D4F71A: hue angle of 69.5º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4F71A is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 212 247 26 -
CMYK 0.14 0 0.89 0.03
HSL 69.5º 0.93% 0.54% -
HSV(B) 69.5º 0.89% 0.97% -
XYZ 60.6 80.59 13.34 -
YUV 211.34 23.4 128.47 -
System Red Green Blue C M Y K H S L
Decimal 212 247 26 0.14 0 0.89 0.03 69.5 0.93 0.54
Hex D4 F7 1A E 0 59 3 46 5D 36
Octal 324 367 32 16 0 131 3 106 135 66
Binary 11010100 11110111 11010 1110 0 1011001 11 1000110 1011101 110110

Color Harmonies of #D4F71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F71A

Black with #D4F71A

Text Example


Text Example

White with #D4F71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F71A; }

 p { color: rgb(212,247,26); }

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

background-color css

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

 a { background-color: rgb(212,247,26); }

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

border-color css

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

 span { border-color: rgb(212,247,26); }

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