Html Css Color HEX #D0E006 Electric Lime

📋 copy color: '#D0E006'

red 208 ◦ green 224 ◦ blue 6

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

Shades of Electric Lime #D0E006

Tints of Electric Lime #D0E006

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.14%

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

R = 47.49%
G = 51.14%
B = 1.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#D0E006 (or 0xD0E006) is known color: Electric Lime. HEX triplet: D0, E0 and 06. RGB value is (208,224,6). Sum of RGB (Red+Green+Blue) = 208+224+6=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 6 (2.73% from 255 or 1.37% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E006 is #2F1FF9. Grayscale: #C3C3C3. Windows color (decimal): -3088378 or 450768. OLE color: 450768.

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

Color convert

RGB 208 224 6 -
CMYK 0.07 0 0.97 0.12
HSL 64.4º 0.95% 0.45% -
HSV(B) 64.4º 0.97% 0.88% -
XYZ 52.7 66.73 10.28 -
YUV 194.36 21.7 137.73 -
System Red Green Blue C M Y K H S L
Decimal 208 224 6 0.07 0 0.97 0.12 64.4 0.95 0.45
Hex D0 E0 6 7 0 61 C 40 5F 2D
Octal 320 340 6 7 0 141 14 100 137 55
Binary 11010000 11100000 110 111 0 1100001 1100 1000000 1011111 101101

Color Harmonies of #D0E006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E006

Black with #D0E006

Text Example


Text Example

White with #D0E006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E006; }

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

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

background-color css

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

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

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

border-color css

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

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

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