#D0E700

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

Shades of Electric Lime #D0E700

Tints of Electric Lime #D0E700

Color information

#D0E700 (or 0xD0E700) is unknown color: approx Electric Lime. HEX triplet: D0, E7 and 00. RGB value is (208,231,0). Sum of RGB (Red+Green+Blue) = 208+231+0=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 231 (90.62% from 255 or 52.62% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0E700 is #2F18FF. Grayscale: #C6C6C6. Windows color (decimal): -3086592 or 59344. OLE color: 59344.

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

Color convert

RGB2082310-
CMYK0.10010.09
HSL65.97º100%45.29%-
HSV(B)65.97º100%90.59%-
XYZ54.5970.5610.74-
YUV197.7916.38135.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.38%
GREEN value IS 231 (90.62% from 255) = 52.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.38%
G=52.62%
B=0%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal20823100.10010.0965.9710045.29
HexD0E70A064942642d
Octal32034701201441110214455
Binary11010000111001110101001100100100110000101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E700; }

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

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

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

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

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

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

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

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