Html Css Color HEX #D1ED0F Electric Lime

📋 copy color: '#D1ED0F'

red 209 ◦ green 237 ◦ blue 15

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

Shades of Electric Lime #D1ED0F

Tints of Electric Lime #D1ED0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.25%

R = 45.34%
G = 51.41%
B = 3.25%

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

#D1ED0F (or 0xD1ED0F) is known color: Electric Lime. HEX triplet: D1, ED and 0F. RGB value is (209,237,15). Sum of RGB (Red+Green+Blue) = 209+237+15=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 237 (92.97% from 255 or 51.41% from 461); Blue value is 15 (6.25% from 255 or 3.25% from 461); Max value from RGB is 237 - color contains mainly: green. Hex color #D1ED0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1ED0F is #2E12F0. Grayscale: #CCCCCC. Windows color (decimal): -3019505 or 1043921. OLE color: 1043921.

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

Color convert

RGB 209 237 15 -
CMYK 0.12 0 0.94 0.07
HSL 67.57º 0.88% 0.49% -
HSV(B) 67.57º 0.94% 0.93% -
XYZ 56.66 74.16 11.78 -
YUV 203.32 21.72 132.05 -
System Red Green Blue C M Y K H S L
Decimal 209 237 15 0.12 0 0.94 0.07 67.57 0.88 0.49
Hex D1 ED F C 0 5E 7 44 58 31
Octal 321 355 17 14 0 136 7 104 130 61
Binary 11010001 11101101 1111 1100 0 1011110 111 1000100 1011000 110001

Color Harmonies of #D1ED0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ED0F

Black with #D1ED0F

Text Example


Text Example

White with #D1ED0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ED0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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