#D0FF00

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

Shades of Electric Lime #D0FF00

Tints of Electric Lime #D0FF00

Color information

#D0FF00 (or 0xD0FF00) is unknown color: approx Electric Lime. HEX triplet: D0, FF and 00. RGB value is (208,255,0). Sum of RGB (Red+Green+Blue) = 208+255+0=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 0 (0.39% from 255 or 0% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FF00 is #2F00FF. Grayscale: #D4D4D4. Windows color (decimal): -3080448 or 65488. OLE color: 65488.

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

Color convert

RGB2082550-
CMYK0.18010
HSL71.06º100%50%-
HSV(B)71.06º100%100%-
XYZ61.7784.9313.14-
YUV211.888.43125.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.92%
GREEN value IS 255 (100% from 255) = 55.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.92%
G=55.08%
B=0%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal20825500.1801071.0610050
HexD0FF0120640476432
Octal3203770220144010714462
Binary110100001111111101001001100100010001111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FF00; }

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

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

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

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

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

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

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

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