#D3FF00

Color #D3FF00 Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #D3FF00

Tints of Electric Lime #D3FF00

Color information

#D3FF00 (or 0xD3FF00) is unknown color: approx Electric Lime. HEX triplet: D3, FF and 00. RGB value is (211,255,0). Sum of RGB (Red+Green+Blue) = 211+255+0=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 0 (0.39% from 255 or 0% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3FF00 is #2C00FF. Grayscale: #D5D5D5. Windows color (decimal): -2883840 or 65491. OLE color: 65491.

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

Color convert

RGB2112550-
CMYK0.17010
HSL70.35º100%50%-
HSV(B)70.35º100%100%-
XYZ62.6285.3713.18-
YUV212.777.92126.73-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.28%
GREEN value IS 255 (100% from 255) = 54.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.28%
G=54.72%
B=0%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal21125500.1701070.3510050
HexD3FF0110640466432
Octal3233770210144010614462
Binary110100111111111101000101100100010001101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FF00; }

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

 H1.HeaderClassName
 {
   color: #D3FF00;
 }
 .AnyTagClassName
 {
   color: #D3FF00;
 }
</style>
background-color css

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

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

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

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

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

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