Html Css Color HEX #D0EB0A Electric Lime

📋 copy color: '#D0EB0A'

red 208 ◦ green 235 ◦ blue 10

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

Shades of Electric Lime #D0EB0A

Tints of Electric Lime #D0EB0A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.88%

 BLUE value IS 10 (4.3% from 255) = 2.21%

R = 45.92%
G = 51.88%
B = 2.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#D0EB0A (or 0xD0EB0A) is known color: Electric Lime. HEX triplet: D0, EB and 0A. RGB value is (208,235,10). Sum of RGB (Red+Green+Blue) = 208+235+10=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 235 (92.19% from 255 or 51.88% from 453); Blue value is 10 (4.30% from 255 or 2.21% from 453); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EB0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0EB0A is #2F14F5. Grayscale: #CACACA. Windows color (decimal): -3085558 or 715728. OLE color: 715728.

HSL color Cylindrical-coordinate representation of color #D0EB0A: hue angle of 67.2º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0EB0A is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 235 10 -
CMYK 0.11 0 0.96 0.08
HSL 67.2º 0.92% 0.48% -
HSV(B) 67.2º 0.96% 0.92% -
XYZ 55.78 72.85 11.41 -
YUV 201.28 20.05 132.8 -
System Red Green Blue C M Y K H S L
Decimal 208 235 10 0.11 0 0.96 0.08 67.2 0.92 0.48
Hex D0 EB A B 0 60 8 43 5C 30
Octal 320 353 12 13 0 140 10 103 134 60
Binary 11010000 11101011 1010 1011 0 1100000 1000 1000011 1011100 110000

Color Harmonies of #D0EB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EB0A

Black with #D0EB0A

Text Example


Text Example

White with #D0EB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EB0A; }

 p { color: rgb(208,235,10); }

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

background-color css

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

 a { background-color: rgb(208,235,10); }

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

border-color css

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

 span { border-color: rgb(208,235,10); }

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