Html Css Color HEX #D0EC06 Electric Lime

📋 copy color: '#D0EC06'

red 208 ◦ green 236 ◦ blue 6

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

Shades of Electric Lime #D0EC06

Tints of Electric Lime #D0EC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.33%

R = 46.22%
G = 52.44%
B = 1.33%

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

#D0EC06 (or 0xD0EC06) is known color: Electric Lime. HEX triplet: D0, EC and 06. RGB value is (208,236,6). Sum of RGB (Red+Green+Blue) = 208+236+6=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 236 (92.58% from 255 or 52.44% from 450); Blue value is 6 (2.73% from 255 or 1.33% from 450); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0EC06 is #2F13F9. Grayscale: #CACACA. Windows color (decimal): -3085306 or 453840. OLE color: 453840.

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

Color convert

RGB 208 236 6 -
CMYK 0.12 0 0.97 0.07
HSL 67.3º 0.95% 0.47% -
HSV(B) 67.3º 0.97% 0.93% -
XYZ 56.04 73.41 11.39 -
YUV 201.41 17.72 132.7 -
System Red Green Blue C M Y K H S L
Decimal 208 236 6 0.12 0 0.97 0.07 67.3 0.95 0.47
Hex D0 EC 6 C 0 61 7 43 5F 2F
Octal 320 354 6 14 0 141 7 103 137 57
Binary 11010000 11101100 110 1100 0 1100001 111 1000011 1011111 101111

Color Harmonies of #D0EC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EC06

Black with #D0EC06

Text Example


Text Example

White with #D0EC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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