#D1E700

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

Shades of Electric Lime #D1E700

Tints of Electric Lime #D1E700

Color information

#D1E700 (or 0xD1E700) is unknown color: approx Electric Lime. HEX triplet: D1, E7 and 00. RGB value is (209,231,0). Sum of RGB (Red+Green+Blue) = 209+231+0=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 231 (90.62% from 255 or 52.5% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 231 - color contains mainly: green. Hex color #D1E700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1E700 is #2E18FF. Grayscale: #C6C6C6. Windows color (decimal): -3021056 or 59345. OLE color: 59345.

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

Color convert

RGB2092310-
CMYK0.10010.09
HSL65.71º100%45.29%-
HSV(B)65.71º100%90.59%-
XYZ54.8770.7110.76-
YUV198.0916.21135.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.5%
GREEN value IS 231 (90.62% from 255) = 52.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.5%
G=52.5%
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
Decimal20923100.10010.0965.7110045.29
HexD1E70A064942642d
Octal32134701201441110214455
Binary11010001111001110101001100100100110000101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E700; }

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

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

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

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

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

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

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

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