Html Css Color HEX #D2E108 Electric Lime

📋 copy color: '#D2E108'

red 210 ◦ green 225 ◦ blue 8

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

Shades of Electric Lime #D2E108

Tints of Electric Lime #D2E108

RGB

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

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

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

R = 47.4%
G = 50.79%
B = 1.81%

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

#D2E108 (or 0xD2E108) is known color: Electric Lime. HEX triplet: D2, E1 and 08. RGB value is (210,225,8). Sum of RGB (Red+Green+Blue) = 210+225+8=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 225 (88.28% from 255 or 50.79% from 443); Blue value is 8 (3.52% from 255 or 1.81% from 443); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2E108 is #2D1EF7. Grayscale: #C4C4C4. Windows color (decimal): -2957048 or 582098. OLE color: 582098.

HSL color Cylindrical-coordinate representation of color #D2E108: hue angle of 64.15º degrees, saturation: 0.93, 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 #D2E108 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 225 8 -
CMYK 0.07 0 0.96 0.12
HSL 64.15º 0.93% 0.46% -
HSV(B) 64.15º 0.96% 0.88% -
XYZ 53.55 67.57 10.45 -
YUV 195.78 22.03 138.14 -
System Red Green Blue C M Y K H S L
Decimal 210 225 8 0.07 0 0.96 0.12 64.15 0.93 0.46
Hex D2 E1 8 7 0 60 C 40 5D 2E
Octal 322 341 10 7 0 140 14 100 135 56
Binary 11010010 11100001 1000 111 0 1100000 1100 1000000 1011101 101110

Color Harmonies of #D2E108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E108

Black with #D2E108

Text Example


Text Example

White with #D2E108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E108; }

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

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

background-color css

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

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

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

border-color css

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

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

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