Html Css Color HEX #D2EC0A Electric Lime

📋 copy color: '#D2EC0A'

red 210 ◦ green 236 ◦ blue 10

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

Shades of Electric Lime #D2EC0A

Tints of Electric Lime #D2EC0A

RGB

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

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

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

R = 46.05%
G = 51.75%
B = 2.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#D2EC0A (or 0xD2EC0A) is known color: Electric Lime. HEX triplet: D2, EC and 0A. RGB value is (210,236,10). Sum of RGB (Red+Green+Blue) = 210+236+10=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 10 (4.30% from 255 or 2.19% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #D2EC0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2EC0A is #2D13F5. Grayscale: #CBCBCB. Windows color (decimal): -2954230 or 715986. OLE color: 715986.

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

Color convert

RGB 210 236 10 -
CMYK 0.11 0 0.96 0.07
HSL 66.9º 0.92% 0.48% -
HSV(B) 66.9º 0.96% 0.93% -
XYZ 56.63 73.71 11.53 -
YUV 202.46 19.39 133.38 -
System Red Green Blue C M Y K H S L
Decimal 210 236 10 0.11 0 0.96 0.07 66.9 0.92 0.48
Hex D2 EC A B 0 60 7 43 5C 30
Octal 322 354 12 13 0 140 7 103 134 60
Binary 11010010 11101100 1010 1011 0 1100000 111 1000011 1011100 110000

Color Harmonies of #D2EC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EC0A

Black with #D2EC0A

Text Example


Text Example

White with #D2EC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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