Html Css Color HEX #D1FA04 Electric Lime

📋 copy color: '#D1FA04'

red 209 ◦ green 250 ◦ blue 4

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

Shades of Electric Lime #D1FA04

Tints of Electric Lime #D1FA04

RGB

 RED value IS 209 (82.03% from 255) = 45.14%

 GREEN value IS 250 (98.05% from 255) = 54%

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

R = 45.14%
G = 54%
B = 0.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#D1FA04 (or 0xD1FA04) is known color: Electric Lime. HEX triplet: D1, FA and 04. RGB value is (209,250,4). Sum of RGB (Red+Green+Blue) = 209+250+4=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 250 (98.05% from 255 or 54.00% from 463); Blue value is 4 (1.95% from 255 or 0.86% from 463); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1FA04 is #2E05FB. Grayscale: #D2D2D2. Windows color (decimal): -3016188 or 326353. OLE color: 326353.

HSL color Cylindrical-coordinate representation of color #D1FA04: hue angle of 70º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1FA04 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 250 4 -
CMYK 0.16 0 0.98 0.02
HSL 70º 0.97% 0.5% -
HSV(B) 70º 0.98% 0.98% -
XYZ 60.5 81.94 12.74 -
YUV 209.7 11.92 127.5 -
System Red Green Blue C M Y K H S L
Decimal 209 250 4 0.16 0 0.98 0.02 70 0.97 0.5
Hex D1 FA 4 10 0 62 2 46 61 32
Octal 321 372 4 20 0 142 2 106 141 62
Binary 11010001 11111010 100 10000 0 1100010 10 1000110 1100001 110010

Color Harmonies of #D1FA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FA04

Black with #D1FA04

Text Example


Text Example

White with #D1FA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FA04; }

 p { color: rgb(209,250,4); }

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

background-color css

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

 a { background-color: rgb(209,250,4); }

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

border-color css

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

 span { border-color: rgb(209,250,4); }

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