Html Css Color HEX #D1F104 Electric Lime

📋 copy color: '#D1F104'

red 209 ◦ green 241 ◦ blue 4

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

Shades of Electric Lime #D1F104

Tints of Electric Lime #D1F104

RGB

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

 GREEN value IS 241 (94.53% from 255) = 53.08%

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

R = 46.04%
G = 53.08%
B = 0.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#D1F104 (or 0xD1F104) is known color: Electric Lime. HEX triplet: D1, F1 and 04. RGB value is (209,241,4). Sum of RGB (Red+Green+Blue) = 209+241+4=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 241 (94.53% from 255 or 53.08% from 454); Blue value is 4 (1.95% from 255 or 0.88% from 454); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F104 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F104 is #2E0EFB. Grayscale: #CDCDCD. Windows color (decimal): -3018492 or 324049. OLE color: 324049.

HSL color Cylindrical-coordinate representation of color #D1F104: hue angle of 68.1º 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 #D1F104 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 241 4 -
CMYK 0.13 0 0.98 0.05
HSL 68.1º 0.97% 0.48% -
HSV(B) 68.1º 0.98% 0.95% -
XYZ 57.77 76.47 11.83 -
YUV 204.41 14.9 131.27 -
System Red Green Blue C M Y K H S L
Decimal 209 241 4 0.13 0 0.98 0.05 68.1 0.97 0.48
Hex D1 F1 4 D 0 62 5 44 61 30
Octal 321 361 4 15 0 142 5 104 141 60
Binary 11010001 11110001 100 1101 0 1100010 101 1000100 1100001 110000

Color Harmonies of #D1F104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F104

Black with #D1F104

Text Example


Text Example

White with #D1F104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F104; }

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

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

background-color css

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

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

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

border-color css

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

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

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