Html Css Color HEX #D5F71A Electric Lime

📋 copy color: '#D5F71A'

red 213 ◦ green 247 ◦ blue 26

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

Shades of Electric Lime #D5F71A

Tints of Electric Lime #D5F71A

RGB

 RED value IS 213 (83.59% from 255) = 43.83%

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

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

R = 43.83%
G = 50.82%
B = 5.35%

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

#D5F71A (or 0xD5F71A) is known color: Electric Lime. HEX triplet: D5, F7 and 1A. RGB value is (213,247,26). Sum of RGB (Red+Green+Blue) = 213+247+26=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 247 (96.88% from 255 or 50.82% from 486); Blue value is 26 (10.55% from 255 or 5.35% from 486); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F71A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F71A is #2A08E5. Grayscale: #D4D4D4. Windows color (decimal): -2754790 or 1767381. OLE color: 1767381.

HSL color Cylindrical-coordinate representation of color #D5F71A: hue angle of 69.23º 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 #D5F71A is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 213 247 26 -
CMYK 0.14 0 0.89 0.03
HSL 69.23º 0.93% 0.54% -
HSV(B) 69.23º 0.89% 0.97% -
XYZ 60.89 80.74 13.35 -
YUV 211.64 23.24 128.97 -
System Red Green Blue C M Y K H S L
Decimal 213 247 26 0.14 0 0.89 0.03 69.23 0.93 0.54
Hex D5 F7 1A E 0 59 3 45 5D 36
Octal 325 367 32 16 0 131 3 105 135 66
Binary 11010101 11110111 11010 1110 0 1011001 11 1000101 1011101 110110

Color Harmonies of #D5F71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F71A

Black with #D5F71A

Text Example


Text Example

White with #D5F71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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