#D1E201

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

Shades of Electric Lime #D1E201

Tints of Electric Lime #D1E201

Color information

#D1E201 (or 0xD1E201) is unknown color: approx Electric Lime. HEX triplet: D1, E2 and 01. RGB value is (209,226,1). Sum of RGB (Red+Green+Blue) = 209+226+1=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 226 (88.67% from 255 or 51.83% from 436); Blue value is 1 (0.78% from 255 or 0.23% from 436); Max value from RGB is 226 - color contains mainly: green. Hex color #D1E201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1E201 is #2E1DFE. Grayscale: #C4C4C4. Windows color (decimal): -3022335 or 123601. OLE color: 123601.

HSL color Cylindrical-coordinate representation of color #D1E201: hue angle of 64.53º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1E201 is Cyan = 0.08, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.

Color convert

RGB2092261-
CMYK0.0801.000.11
HSL64.53º99.12%44.51%-
HSV(B)64.53º99.56%88.63%-
XYZ53.567.9510.32-
YUV195.2718.37137.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.94%
GREEN value IS 226 (88.67% from 255) = 51.83%
BLUE value IS 1 (0.78% from 255) = 0.23%
R=47.94%
G=51.83%
B=0.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal20922610.0801.000.1164.5399.1244.51
HexD1E218064B41632d
Octal32134211001441310114355
Binary11010001111000101100001100100101110000011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E201; }

 p { color: rgb(209,226,1); }

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

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

 a { background-color: rgb(209,226,1); }

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

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

 span { border-color: rgb(209,226,1); }

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