Html Css Color HEX #D0EC08 Electric Lime

📋 copy color: '#D0EC08'

red 208 ◦ green 236 ◦ blue 8

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

Shades of Electric Lime #D0EC08

Tints of Electric Lime #D0EC08

RGB

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

 GREEN value IS 236 (92.58% from 255) = 52.21%

 BLUE value IS 8 (3.52% from 255) = 1.77%

R = 46.02%
G = 52.21%
B = 1.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#D0EC08 (or 0xD0EC08) is known color: Electric Lime. HEX triplet: D0, EC and 08. RGB value is (208,236,8). Sum of RGB (Red+Green+Blue) = 208+236+8=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 236 (92.58% from 255 or 52.21% from 452); Blue value is 8 (3.52% from 255 or 1.77% from 452); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0EC08 is #2F13F7. Grayscale: #CACACA. Windows color (decimal): -3085304 or 584912. OLE color: 584912.

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

Color convert

RGB 208 236 8 -
CMYK 0.12 0 0.97 0.07
HSL 67.37º 0.93% 0.48% -
HSV(B) 67.37º 0.97% 0.93% -
XYZ 56.05 73.42 11.45 -
YUV 201.64 18.72 132.54 -
System Red Green Blue C M Y K H S L
Decimal 208 236 8 0.12 0 0.97 0.07 67.37 0.93 0.48
Hex D0 EC 8 C 0 61 7 43 5D 30
Octal 320 354 10 14 0 141 7 103 135 60
Binary 11010000 11101100 1000 1100 0 1100001 111 1000011 1011101 110000

Color Harmonies of #D0EC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EC08

Black with #D0EC08

Text Example


Text Example

White with #D0EC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EC08; }

 p { color: rgb(208,236,8); }

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

background-color css

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

 a { background-color: rgb(208,236,8); }

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

border-color css

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

 span { border-color: rgb(208,236,8); }

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