Html Css Color HEX #D0EE0F Electric Lime

📋 copy color: '#D0EE0F'

red 208 ◦ green 238 ◦ blue 15

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

Shades of Electric Lime #D0EE0F

Tints of Electric Lime #D0EE0F

RGB

 RED value IS 208 (81.64% from 255) = 45.12%

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

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

R = 45.12%
G = 51.63%
B = 3.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#D0EE0F (or 0xD0EE0F) is known color: Electric Lime. HEX triplet: D0, EE and 0F. RGB value is (208,238,15). Sum of RGB (Red+Green+Blue) = 208+238+15=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 238 (93.36% from 255 or 51.63% from 461); Blue value is 15 (6.25% from 255 or 3.25% from 461); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0EE0F is #2F11F0. Grayscale: #CCCCCC. Windows color (decimal): -3084785 or 1044176. OLE color: 1044176.

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

Color convert

RGB 208 238 15 -
CMYK 0.13 0 0.94 0.07
HSL 68.07º 0.88% 0.5% -
HSV(B) 68.07º 0.94% 0.93% -
XYZ 56.67 74.59 11.86 -
YUV 203.61 21.56 131.13 -
System Red Green Blue C M Y K H S L
Decimal 208 238 15 0.13 0 0.94 0.07 68.07 0.88 0.5
Hex D0 EE F D 0 5E 7 44 58 32
Octal 320 356 17 15 0 136 7 104 130 62
Binary 11010000 11101110 1111 1101 0 1011110 111 1000100 1011000 110010

Color Harmonies of #D0EE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EE0F

Black with #D0EE0F

Text Example


Text Example

White with #D0EE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EE0F; }

 p { color: rgb(208,238,15); }

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

background-color css

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

 a { background-color: rgb(208,238,15); }

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

border-color css

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

 span { border-color: rgb(208,238,15); }

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