Html Css Color HEX #D0ED06 Electric Lime

📋 copy color: '#D0ED06'

red 208 ◦ green 237 ◦ blue 6

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

Shades of Electric Lime #D0ED06

Tints of Electric Lime #D0ED06

RGB

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

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

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

R = 46.12%
G = 52.55%
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

#D0ED06 (or 0xD0ED06) is known color: Electric Lime. HEX triplet: D0, ED and 06. RGB value is (208,237,6). Sum of RGB (Red+Green+Blue) = 208+237+6=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 237 (92.97% from 255 or 52.55% from 451); Blue value is 6 (2.73% from 255 or 1.33% from 451); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0ED06 is #2F12F9. Grayscale: #CACACA. Windows color (decimal): -3085050 or 454096. OLE color: 454096.

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

Color convert

RGB 208 237 6 -
CMYK 0.12 0 0.97 0.07
HSL 67.53º 0.95% 0.48% -
HSV(B) 67.53º 0.97% 0.93% -
XYZ 56.33 73.99 11.49 -
YUV 202 17.39 132.28 -
System Red Green Blue C M Y K H S L
Decimal 208 237 6 0.12 0 0.97 0.07 67.53 0.95 0.48
Hex D0 ED 6 C 0 61 7 44 5F 30
Octal 320 355 6 14 0 141 7 104 137 60
Binary 11010000 11101101 110 1100 0 1100001 111 1000100 1011111 110000

Color Harmonies of #D0ED06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ED06

Black with #D0ED06

Text Example


Text Example

White with #D0ED06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ED06; }

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

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

background-color css

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

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

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

border-color css

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

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

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