Html Css Color HEX #D1ED0E Electric Lime

📋 copy color: '#D1ED0E'

red 209 ◦ green 237 ◦ blue 14

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

Shades of Electric Lime #D1ED0E

Tints of Electric Lime #D1ED0E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.52%

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

R = 45.43%
G = 51.52%
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

#D1ED0E (or 0xD1ED0E) is known color: Electric Lime. HEX triplet: D1, ED and 0E. RGB value is (209,237,14). Sum of RGB (Red+Green+Blue) = 209+237+14=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 237 (92.97% from 255 or 51.52% from 460); Blue value is 14 (5.86% from 255 or 3.04% from 460); Max value from RGB is 237 - color contains mainly: green. Hex color #D1ED0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1ED0E is #2E12F1. Grayscale: #CCCCCC. Windows color (decimal): -3019506 or 978385. OLE color: 978385.

HSL color Cylindrical-coordinate representation of color #D1ED0E: hue angle of 67.53º 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 #D1ED0E is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 237 14 -
CMYK 0.12 0 0.94 0.07
HSL 67.53º 0.89% 0.49% -
HSV(B) 67.53º 0.94% 0.93% -
XYZ 56.66 74.16 11.74 -
YUV 203.21 21.22 132.13 -
System Red Green Blue C M Y K H S L
Decimal 209 237 14 0.12 0 0.94 0.07 67.53 0.89 0.49
Hex D1 ED E C 0 5E 7 44 59 31
Octal 321 355 16 14 0 136 7 104 131 61
Binary 11010001 11101101 1110 1100 0 1011110 111 1000100 1011001 110001

Color Harmonies of #D1ED0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ED0E

Black with #D1ED0E

Text Example


Text Example

White with #D1ED0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ED0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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