Html Css Color HEX #D4F204 Electric Lime

📋 copy color: '#D4F204'

red 212 ◦ green 242 ◦ blue 4

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

Shades of Electric Lime #D4F204

Tints of Electric Lime #D4F204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.87%

R = 46.29%
G = 52.84%
B = 0.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#D4F204 (or 0xD4F204) is known color: Electric Lime. HEX triplet: D4, F2 and 04. RGB value is (212,242,4). Sum of RGB (Red+Green+Blue) = 212+242+4=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 242 (94.92% from 255 or 52.84% from 458); Blue value is 4 (1.95% from 255 or 0.87% from 458); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F204 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F204 is #2B0DFB. Grayscale: #CECECE. Windows color (decimal): -2821628 or 324308. OLE color: 324308.

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

Color convert

RGB 212 242 4 -
CMYK 0.12 0 0.98 0.05
HSL 67.56º 0.97% 0.48% -
HSV(B) 67.56º 0.98% 0.95% -
XYZ 58.93 77.51 11.97 -
YUV 205.9 14.06 132.35 -
System Red Green Blue C M Y K H S L
Decimal 212 242 4 0.12 0 0.98 0.05 67.56 0.97 0.48
Hex D4 F2 4 C 0 62 5 44 61 30
Octal 324 362 4 14 0 142 5 104 141 60
Binary 11010100 11110010 100 1100 0 1100010 101 1000100 1100001 110000

Color Harmonies of #D4F204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F204

Black with #D4F204

Text Example


Text Example

White with #D4F204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F204; }

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

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

background-color css

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

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

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

border-color css

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

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

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