Html Css Color HEX #D4F214 Electric Lime

📋 copy color: '#D4F214'

red 212 ◦ green 242 ◦ blue 20

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

Shades of Electric Lime #D4F214

Tints of Electric Lime #D4F214

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.05%

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

R = 44.73%
G = 51.05%
B = 4.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#D4F214 (or 0xD4F214) is known color: Electric Lime. HEX triplet: D4, F2 and 14. RGB value is (212,242,20). Sum of RGB (Red+Green+Blue) = 212+242+20=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 20 (8.20% from 255 or 4.22% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F214 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F214 is #2B0DEB. Grayscale: #D0D0D0. Windows color (decimal): -2821612 or 1372884. OLE color: 1372884.

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

Color convert

RGB 212 242 20 -
CMYK 0.12 0 0.92 0.05
HSL 68.11º 0.9% 0.51% -
HSV(B) 68.11º 0.92% 0.95% -
XYZ 59.03 77.55 12.52 -
YUV 207.72 22.06 131.05 -
System Red Green Blue C M Y K H S L
Decimal 212 242 20 0.12 0 0.92 0.05 68.11 0.9 0.51
Hex D4 F2 14 C 0 5C 5 44 5A 33
Octal 324 362 24 14 0 134 5 104 132 63
Binary 11010100 11110010 10100 1100 0 1011100 101 1000100 1011010 110011

Color Harmonies of #D4F214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F214

Black with #D4F214

Text Example


Text Example

White with #D4F214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F214; }

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

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

background-color css

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

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

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

border-color css

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

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

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