Html Css Color HEX #D2E10A Electric Lime

📋 copy color: '#D2E10A'

red 210 ◦ green 225 ◦ blue 10

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

Shades of Electric Lime #D2E10A

Tints of Electric Lime #D2E10A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.56%

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

R = 47.19%
G = 50.56%
B = 2.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#D2E10A (or 0xD2E10A) is known color: Electric Lime. HEX triplet: D2, E1 and 0A. RGB value is (210,225,10). Sum of RGB (Red+Green+Blue) = 210+225+10=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 225 (88.28% from 255 or 50.56% from 445); Blue value is 10 (4.30% from 255 or 2.25% from 445); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E10A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2E10A is #2D1EF5. Grayscale: #C4C4C4. Windows color (decimal): -2957046 or 713170. OLE color: 713170.

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

Color convert

RGB 210 225 10 -
CMYK 0.07 0 0.96 0.12
HSL 64.19º 0.91% 0.46% -
HSV(B) 64.19º 0.96% 0.88% -
XYZ 53.56 67.57 10.51 -
YUV 196.01 23.03 137.98 -
System Red Green Blue C M Y K H S L
Decimal 210 225 10 0.07 0 0.96 0.12 64.19 0.91 0.46
Hex D2 E1 A 7 0 60 C 40 5B 2E
Octal 322 341 12 7 0 140 14 100 133 56
Binary 11010010 11100001 1010 111 0 1100000 1100 1000000 1011011 101110

Color Harmonies of #D2E10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E10A

Black with #D2E10A

Text Example


Text Example

White with #D2E10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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