Html Css Color HEX #D2E008 Electric Lime

📋 copy color: '#D2E008'

red 210 ◦ green 224 ◦ blue 8

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

Shades of Electric Lime #D2E008

Tints of Electric Lime #D2E008

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.68%

 BLUE value IS 8 (3.52% from 255) = 1.81%

R = 47.51%
G = 50.68%
B = 1.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#D2E008 (or 0xD2E008) is known color: Electric Lime. HEX triplet: D2, E0 and 08. RGB value is (210,224,8). Sum of RGB (Red+Green+Blue) = 210+224+8=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 8 (3.52% from 255 or 1.81% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2E008 is #2D1FF7. Grayscale: #C4C4C4. Windows color (decimal): -2957304 or 581842. OLE color: 581842.

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

Color convert

RGB 210 224 8 -
CMYK 0.06 0 0.96 0.12
HSL 63.89º 0.93% 0.45% -
HSV(B) 63.89º 0.96% 0.88% -
XYZ 53.28 67.03 10.36 -
YUV 195.19 22.36 138.56 -
System Red Green Blue C M Y K H S L
Decimal 210 224 8 0.06 0 0.96 0.12 63.89 0.93 0.45
Hex D2 E0 8 6 0 60 C 40 5D 2D
Octal 322 340 10 6 0 140 14 100 135 55
Binary 11010010 11100000 1000 110 0 1100000 1100 1000000 1011101 101101

Color Harmonies of #D2E008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E008

Black with #D2E008

Text Example


Text Example

White with #D2E008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E008; }

 p { color: rgb(210,224,8); }

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

background-color css

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

 a { background-color: rgb(210,224,8); }

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

border-color css

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

 span { border-color: rgb(210,224,8); }

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