Html Css Color HEX #D1EF0E Electric Lime

📋 copy color: '#D1EF0E'

red 209 ◦ green 239 ◦ blue 14

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

Shades of Electric Lime #D1EF0E

Tints of Electric Lime #D1EF0E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.73%

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

R = 45.24%
G = 51.73%
B = 3.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#D1EF0E (or 0xD1EF0E) is known color: Electric Lime. HEX triplet: D1, EF and 0E. RGB value is (209,239,14). Sum of RGB (Red+Green+Blue) = 209+239+14=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 239 (93.75% from 255 or 51.73% from 462); Blue value is 14 (5.86% from 255 or 3.03% from 462); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EF0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1EF0E is #2E10F1. Grayscale: #CDCDCD. Windows color (decimal): -3018994 or 978897. OLE color: 978897.

HSL color Cylindrical-coordinate representation of color #D1EF0E: hue angle of 68º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1EF0E is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 239 14 -
CMYK 0.13 0 0.94 0.06
HSL 68º 0.89% 0.5% -
HSV(B) 68º 0.94% 0.94% -
XYZ 57.24 75.32 11.94 -
YUV 204.38 20.56 131.3 -
System Red Green Blue C M Y K H S L
Decimal 209 239 14 0.13 0 0.94 0.06 68 0.89 0.5
Hex D1 EF E D 0 5E 6 44 59 32
Octal 321 357 16 15 0 136 6 104 131 62
Binary 11010001 11101111 1110 1101 0 1011110 110 1000100 1011001 110010

Color Harmonies of #D1EF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EF0E

Black with #D1EF0E

Text Example


Text Example

White with #D1EF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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