Html Css Color HEX #D3FF01 Electric Lime

📋 copy color: '#D3FF01'

red 211 ◦ green 255 ◦ blue 1

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

Shades of Electric Lime #D3FF01

Tints of Electric Lime #D3FF01

RGB

 RED value IS 211 (82.81% from 255) = 45.18%

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

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

R = 45.18%
G = 54.6%
B = 0.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#D3FF01 (or 0xD3FF01) is known color: Electric Lime. HEX triplet: D3, FF and 01. RGB value is (211,255,1). Sum of RGB (Red+Green+Blue) = 211+255+1=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 1 (0.78% from 255 or 0.21% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3FF01 is #2C00FE. Grayscale: #D5D5D5. Windows color (decimal): -2883839 or 131027. OLE color: 131027.

HSL color Cylindrical-coordinate representation of color #D3FF01: hue angle of 70.39º 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 #D3FF01 is Cyan = 0.17, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

RGB 211 255 1 -
CMYK 0.17 0 1.00 0
HSL 70.39º 1% 0.5% -
HSV(B) 70.39º 1% 1% -
XYZ 62.63 85.37 13.21 -
YUV 212.89 8.42 126.65 -
System Red Green Blue C M Y K H S L
Decimal 211 255 1 0.17 0 1.00 0 70.39 1 0.5
Hex D3 FF 1 11 0 64 0 46 64 32
Octal 323 377 1 21 0 144 0 106 144 62
Binary 11010011 11111111 1 10001 0 1100100 0 1000110 1100100 110010

Color Harmonies of #D3FF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3FF01

Black with #D3FF01

Text Example


Text Example

White with #D3FF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3FF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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