Html Css Color HEX #D1F304 Electric Lime

📋 copy color: '#D1F304'

red 209 ◦ green 243 ◦ blue 4

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

Shades of Electric Lime #D1F304

Tints of Electric Lime #D1F304

RGB

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

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

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

R = 45.83%
G = 53.29%
B = 0.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#D1F304 (or 0xD1F304) is known color: Electric Lime. HEX triplet: D1, F3 and 04. RGB value is (209,243,4). Sum of RGB (Red+Green+Blue) = 209+243+4=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 243 (95.31% from 255 or 53.29% from 456); Blue value is 4 (1.95% from 255 or 0.88% from 456); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F304 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F304 is #2E0CFB. Grayscale: #CECECE. Windows color (decimal): -3017980 or 324561. OLE color: 324561.

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

Color convert

RGB 209 243 4 -
CMYK 0.14 0 0.98 0.05
HSL 68.54º 0.97% 0.48% -
HSV(B) 68.54º 0.98% 0.95% -
XYZ 58.37 77.67 12.03 -
YUV 205.59 14.24 130.43 -
System Red Green Blue C M Y K H S L
Decimal 209 243 4 0.14 0 0.98 0.05 68.54 0.97 0.48
Hex D1 F3 4 E 0 62 5 45 61 30
Octal 321 363 4 16 0 142 5 105 141 60
Binary 11010001 11110011 100 1110 0 1100010 101 1000101 1100001 110000

Color Harmonies of #D1F304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F304

Black with #D1F304

Text Example


Text Example

White with #D1F304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F304; }

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

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

background-color css

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

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

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

border-color css

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

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

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