Html Css Color HEX #D1EE0E Electric Lime

📋 copy color: '#D1EE0E'

red 209 ◦ green 238 ◦ blue 14

#D1EE0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #D1EE0E

Tints of Electric Lime #D1EE0E

RGB

 RED value IS 209 (82.03% from 255) = 45.34%

 GREEN value IS 238 (93.36% from 255) = 51.63%

 BLUE value IS 14 (5.86% from 255) = 3.04%

R = 45.34%
G = 51.63%
B = 3.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#D1EE0E (or 0xD1EE0E) is known color: Electric Lime. HEX triplet: D1, EE and 0E. RGB value is (209,238,14). Sum of RGB (Red+Green+Blue) = 209+238+14=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 238 (93.36% from 255 or 51.63% from 461); Blue value is 14 (5.86% from 255 or 3.04% from 461); Max value from RGB is 238 - color contains mainly: green. Hex color #D1EE0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1EE0E is #2E11F1. Grayscale: #CCCCCC. Windows color (decimal): -3019250 or 978641. OLE color: 978641.

HSL color Cylindrical-coordinate representation of color #D1EE0E: hue angle of 67.77º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1EE0E is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 238 14 -
CMYK 0.12 0 0.94 0.07
HSL 67.77º 0.89% 0.49% -
HSV(B) 67.77º 0.94% 0.93% -
XYZ 56.95 74.74 11.84 -
YUV 203.79 20.89 131.71 -
System Red Green Blue C M Y K H S L
Decimal 209 238 14 0.12 0 0.94 0.07 67.77 0.89 0.49
Hex D1 EE E C 0 5E 7 44 59 31
Octal 321 356 16 14 0 136 7 104 131 61
Binary 11010001 11101110 1110 1100 0 1011110 111 1000100 1011001 110001

Color Harmonies of #D1EE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EE0E

Black with #D1EE0E

Text Example


Text Example

White with #D1EE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EE0E; }

 p { color: rgb(209,238,14); }

 H1.HeaderClassName
 {
   color: #D1EE0E;
 }
 .AnyTagClassName
 {
   color: #D1EE0E;
 }
</style>

background-color css

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

 a { background-color: rgb(209,238,14); }

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

border-color css

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

 span { border-color: rgb(209,238,14); }

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