Html Css Color HEX #D2EB0A Electric Lime

📋 copy color: '#D2EB0A'

red 210 ◦ green 235 ◦ blue 10

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

Shades of Electric Lime #D2EB0A

Tints of Electric Lime #D2EB0A

RGB

 RED value IS 210 (82.42% from 255) = 46.15%

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

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

R = 46.15%
G = 51.65%
B = 2.2%

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

#D2EB0A (or 0xD2EB0A) is known color: Electric Lime. HEX triplet: D2, EB and 0A. RGB value is (210,235,10). Sum of RGB (Red+Green+Blue) = 210+235+10=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 235 (92.19% from 255 or 51.65% from 455); Blue value is 10 (4.30% from 255 or 2.20% from 455); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2EB0A is #2D14F5. Grayscale: #CACACA. Windows color (decimal): -2954486 or 715730. OLE color: 715730.

HSL color Cylindrical-coordinate representation of color #D2EB0A: hue angle of 66.67º 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 #D2EB0A is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 235 10 -
CMYK 0.11 0 0.96 0.08
HSL 66.67º 0.92% 0.48% -
HSV(B) 66.67º 0.96% 0.92% -
XYZ 56.34 73.14 11.44 -
YUV 201.88 19.72 133.8 -
System Red Green Blue C M Y K H S L
Decimal 210 235 10 0.11 0 0.96 0.08 66.67 0.92 0.48
Hex D2 EB A B 0 60 8 43 5C 30
Octal 322 353 12 13 0 140 10 103 134 60
Binary 11010010 11101011 1010 1011 0 1100000 1000 1000011 1011100 110000

Color Harmonies of #D2EB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EB0A

Black with #D2EB0A

Text Example


Text Example

White with #D2EB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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