Html Css Color HEX #D4FD14 Electric Lime

📋 copy color: '#D4FD14'

red 212 ◦ green 253 ◦ blue 20

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

Shades of Electric Lime #D4FD14

Tints of Electric Lime #D4FD14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.12%

R = 43.71%
G = 52.16%
B = 4.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#D4FD14 (or 0xD4FD14) is known color: Electric Lime. HEX triplet: D4, FD and 14. RGB value is (212,253,20). Sum of RGB (Red+Green+Blue) = 212+253+20=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 20 (8.20% from 255 or 4.12% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FD14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4FD14 is #2B02EB. Grayscale: #D7D7D7. Windows color (decimal): -2818796 or 1375700. OLE color: 1375700.

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

Color convert

RGB 212 253 20 -
CMYK 0.16 0 0.92 0.01
HSL 70.56º 0.98% 0.54% -
HSV(B) 70.56º 0.92% 0.99% -
XYZ 62.4 84.3 13.64 -
YUV 214.18 18.42 126.45 -
System Red Green Blue C M Y K H S L
Decimal 212 253 20 0.16 0 0.92 0.01 70.56 0.98 0.54
Hex D4 FD 14 10 0 5C 1 47 62 36
Octal 324 375 24 20 0 134 1 107 142 66
Binary 11010100 11111101 10100 10000 0 1011100 1 1000111 1100010 110110

Color Harmonies of #D4FD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FD14

Black with #D4FD14

Text Example


Text Example

White with #D4FD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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