Html Css Color HEX #D4F50F Electric Lime

📋 copy color: '#D4F50F'

red 212 ◦ green 245 ◦ blue 15

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

Shades of Electric Lime #D4F50F

Tints of Electric Lime #D4F50F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 51.91%

 BLUE value IS 15 (6.25% from 255) = 3.18%

R = 44.92%
G = 51.91%
B = 3.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#D4F50F (or 0xD4F50F) is known color: Electric Lime. HEX triplet: D4, F5 and 0F. RGB value is (212,245,15). Sum of RGB (Red+Green+Blue) = 212+245+15=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 245 (96.09% from 255 or 51.91% from 472); Blue value is 15 (6.25% from 255 or 3.18% from 472); Max value from RGB is 245 - color contains mainly: green. Hex color #D4F50F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F50F is #2B0AF0. Grayscale: #D1D1D1. Windows color (decimal): -2820849 or 1045972. OLE color: 1045972.

HSL color Cylindrical-coordinate representation of color #D4F50F: hue angle of 68.61º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4F50F is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 245 15 -
CMYK 0.13 0 0.94 0.04
HSL 68.61º 0.92% 0.51% -
HSV(B) 68.61º 0.94% 0.96% -
XYZ 59.89 79.34 12.61 -
YUV 208.91 18.57 130.2 -
System Red Green Blue C M Y K H S L
Decimal 212 245 15 0.13 0 0.94 0.04 68.61 0.92 0.51
Hex D4 F5 F D 0 5E 4 45 5C 33
Octal 324 365 17 15 0 136 4 105 134 63
Binary 11010100 11110101 1111 1101 0 1011110 100 1000101 1011100 110011

Color Harmonies of #D4F50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F50F

Black with #D4F50F

Text Example


Text Example

White with #D4F50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F50F; }

 p { color: rgb(212,245,15); }

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

background-color css

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

 a { background-color: rgb(212,245,15); }

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

border-color css

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

 span { border-color: rgb(212,245,15); }

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