#D3FC00

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

Shades of Electric Lime #D3FC00

Tints of Electric Lime #D3FC00

Color information

#D3FC00 (or 0xD3FC00) is unknown color: approx Electric Lime. HEX triplet: D3, FC and 00. RGB value is (211,252,0). Sum of RGB (Red+Green+Blue) = 211+252+0=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 252 (98.83% from 255 or 54.43% from 463); Blue value is 0 (0.39% from 255 or 0% from 463); Max value from RGB is 252 - color contains mainly: green. Hex color #D3FC00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3FC00 is #2C03FF. Grayscale: #D3D3D3. Windows color (decimal): -2884608 or 64723. OLE color: 64723.

HSL color Cylindrical-coordinate representation of color #D3FC00: hue angle of 69.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3FC00 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB2112520-
CMYK0.16010.01
HSL69.76º100%49.41%-
HSV(B)69.76º100%98.82%-
XYZ61.6783.4712.86-
YUV211.018.92127.99-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.57%
GREEN value IS 252 (98.83% from 255) = 54.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.57%
G=54.43%
B=0%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal21125200.16010.0169.7610049.41
HexD3FC0100641466431
Octal3233740200144110614461
Binary110100111111110001000001100100110001101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FC00; }

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

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

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

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

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

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

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

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