#D0E801

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

Shades of Electric Lime #D0E801

Tints of Electric Lime #D0E801

Color information

#D0E801 (or 0xD0E801) is unknown color: approx Electric Lime. HEX triplet: D0, E8 and 01. RGB value is (208,232,1). Sum of RGB (Red+Green+Blue) = 208+232+1=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 232 (91.02% from 255 or 52.61% from 441); Blue value is 1 (0.78% from 255 or 0.23% from 441); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E801 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0E801 is #2F17FE. Grayscale: #C7C7C7. Windows color (decimal): -3086335 or 125136. OLE color: 125136.

HSL color Cylindrical-coordinate representation of color #D0E801: hue angle of 66.23º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0E801 is Cyan = 0.10, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB2082321-
CMYK0.1001.000.09
HSL66.23º99.14%45.69%-
HSV(B)66.23º99.57%90.98%-
XYZ54.8771.1310.87-
YUV198.4916.55134.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.17%
GREEN value IS 232 (91.02% from 255) = 52.61%
BLUE value IS 1 (0.78% from 255) = 0.23%
R=47.17%
G=52.61%
B=0.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal20823210.1001.000.0966.2399.1445.69
HexD0E81A064942632e
Octal32035011201441110214356
Binary11010000111010001101001100100100110000101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E801; }

 p { color: rgb(208,232,1); }

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

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

 a { background-color: rgb(208,232,1); }

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

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

 span { border-color: rgb(208,232,1); }

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