Html Css Color HEX #D4F314 Electric Lime

📋 copy color: '#D4F314'

red 212 ◦ green 243 ◦ blue 20

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

Shades of Electric Lime #D4F314

Tints of Electric Lime #D4F314

RGB

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

 GREEN value IS 243 (95.31% from 255) = 51.16%

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

R = 44.63%
G = 51.16%
B = 4.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#D4F314 (or 0xD4F314) is known color: Electric Lime. HEX triplet: D4, F3 and 14. RGB value is (212,243,20). Sum of RGB (Red+Green+Blue) = 212+243+20=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 243 (95.31% from 255 or 51.16% from 475); Blue value is 20 (8.20% from 255 or 4.21% from 475); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F314 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F314 is #2B0CEB. Grayscale: #D1D1D1. Windows color (decimal): -2821356 or 1373140. OLE color: 1373140.

HSL color Cylindrical-coordinate representation of color #D4F314: hue angle of 68.34º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4F314 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 243 20 -
CMYK 0.13 0 0.92 0.05
HSL 68.34º 0.9% 0.52% -
HSV(B) 68.34º 0.92% 0.95% -
XYZ 59.33 78.15 12.62 -
YUV 208.31 21.73 130.63 -
System Red Green Blue C M Y K H S L
Decimal 212 243 20 0.13 0 0.92 0.05 68.34 0.9 0.52
Hex D4 F3 14 D 0 5C 5 44 5A 34
Octal 324 363 24 15 0 134 5 104 132 64
Binary 11010100 11110011 10100 1101 0 1011100 101 1000100 1011010 110100

Color Harmonies of #D4F314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F314

Black with #D4F314

Text Example


Text Example

White with #D4F314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F314; }

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

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

background-color css

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

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

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

border-color css

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

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

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