#D0FD00

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

Shades of Electric Lime #D0FD00

Tints of Electric Lime #D0FD00

Color information

#D0FD00 (or 0xD0FD00) is unknown color: approx Electric Lime. HEX triplet: D0, FD and 00. RGB value is (208,253,0). Sum of RGB (Red+Green+Blue) = 208+253+0=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 253 (99.22% from 255 or 54.88% from 461); Blue value is 0 (0.39% from 255 or 0% from 461); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FD00 is #2F02FF. Grayscale: #D3D3D3. Windows color (decimal): -3080960 or 64976. OLE color: 64976.

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

Color convert

RGB2082530-
CMYK0.18010.01
HSL70.67º100%49.61%-
HSV(B)70.67º100%99.22%-
XYZ61.1483.6612.93-
YUV210.79.09126.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.12%
GREEN value IS 253 (99.22% from 255) = 54.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.12%
G=54.88%
B=0%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal20825300.18010.0170.6710049.61
HexD0FD0120641476432
Octal3203750220144110714462
Binary110100001111110101001001100100110001111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FD00; }

 p { color: rgb(208,253,0); }

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

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

 a { background-color: rgb(208,253,0); }

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

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

 span { border-color: rgb(208,253,0); }

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