Html Css Color HEX #D1FF01 Electric Lime

📋 copy color: '#D1FF01'

red 209 ◦ green 255 ◦ blue 1

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

Shades of Electric Lime #D1FF01

Tints of Electric Lime #D1FF01

RGB

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

 GREEN value IS 255 (100% from 255) = 54.84%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 44.95%
G = 54.84%
B = 0.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#D1FF01 (or 0xD1FF01) is known color: Electric Lime. HEX triplet: D1, FF and 01. RGB value is (209,255,1). Sum of RGB (Red+Green+Blue) = 209+255+1=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 1 (0.78% from 255 or 0.22% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1FF01 is #2E00FE. Grayscale: #D5D5D5. Windows color (decimal): -3014911 or 131025. OLE color: 131025.

HSL color Cylindrical-coordinate representation of color #D1FF01: hue angle of 70.87º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1FF01 is Cyan = 0.18, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

RGB 209 255 1 -
CMYK 0.18 0 1.00 0
HSL 70.87º 1% 0.5% -
HSV(B) 70.87º 1% 1% -
XYZ 62.06 85.08 13.18 -
YUV 212.29 8.76 125.65 -
System Red Green Blue C M Y K H S L
Decimal 209 255 1 0.18 0 1.00 0 70.87 1 0.5
Hex D1 FF 1 12 0 64 0 47 64 32
Octal 321 377 1 22 0 144 0 107 144 62
Binary 11010001 11111111 1 10010 0 1100100 0 1000111 1100100 110010

Color Harmonies of #D1FF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FF01

Black with #D1FF01

Text Example


Text Example

White with #D1FF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FF01; }

 p { color: rgb(209,255,1); }

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

background-color css

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

 a { background-color: rgb(209,255,1); }

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

border-color css

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

 span { border-color: rgb(209,255,1); }

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