#D0E104

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

Shades of Electric Lime #D0E104

Tints of Electric Lime #D0E104

Color information

#D0E104 (or 0xD0E104) is unknown color: approx Electric Lime. HEX triplet: D0, E1 and 04. RGB value is (208,225,4). Sum of RGB (Red+Green+Blue) = 208+225+4=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 225 (88.28% from 255 or 51.49% from 437); Blue value is 4 (1.95% from 255 or 0.92% from 437); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E104 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E104 is #2F1EFB. Grayscale: #C3C3C3. Windows color (decimal): -3088124 or 319952. OLE color: 319952.

HSL color Cylindrical-coordinate representation of color #D0E104: hue angle of 64.62º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0E104 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB2082254-
CMYK0.0800.980.12
HSL64.62º96.51%44.9%-
HSV(B)64.62º98.22%88.24%-
XYZ52.9667.2710.31-
YUV194.7220.37137.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.60%
GREEN value IS 225 (88.28% from 255) = 51.49%
BLUE value IS 4 (1.95% from 255) = 0.92%
R=47.60%
G=51.49%
B=0.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal20822540.0800.980.1264.6296.5144.9
HexD0E148062C41612d
Octal32034141001421410114155
Binary1101000011100001100100001100010110010000011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E104; }

 p { color: rgb(208,225,4); }

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

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

 a { background-color: rgb(208,225,4); }

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

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

 span { border-color: rgb(208,225,4); }

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