Html Css Color HEX #D0E105 Electric Lime

📋 copy color: '#D0E105'

red 208 ◦ green 225 ◦ blue 5

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

Shades of Electric Lime #D0E105

Tints of Electric Lime #D0E105

RGB

 RED value IS 208 (81.64% from 255) = 47.49%

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

 BLUE value IS 5 (2.34% from 255) = 1.14%

R = 47.49%
G = 51.37%
B = 1.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#D0E105 (or 0xD0E105) is known color: Electric Lime. HEX triplet: D0, E1 and 05. RGB value is (208,225,5). Sum of RGB (Red+Green+Blue) = 208+225+5=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 225 (88.28% from 255 or 51.37% from 438); Blue value is 5 (2.34% from 255 or 1.14% from 438); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E105 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E105 is #2F1EFA. Grayscale: #C3C3C3. Windows color (decimal): -3088123 or 385488. OLE color: 385488.

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

Color convert

RGB 208 225 5 -
CMYK 0.08 0 0.98 0.12
HSL 64.64º 0.96% 0.45% -
HSV(B) 64.64º 0.98% 0.88% -
XYZ 52.97 67.27 10.34 -
YUV 194.84 20.87 137.39 -
System Red Green Blue C M Y K H S L
Decimal 208 225 5 0.08 0 0.98 0.12 64.64 0.96 0.45
Hex D0 E1 5 8 0 62 C 41 60 2D
Octal 320 341 5 10 0 142 14 101 140 55
Binary 11010000 11100001 101 1000 0 1100010 1100 1000001 1100000 101101

Color Harmonies of #D0E105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E105

Black with #D0E105

Text Example


Text Example

White with #D0E105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E105; }

 p { color: rgb(208,225,5); }

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

background-color css

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

 a { background-color: rgb(208,225,5); }

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

border-color css

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

 span { border-color: rgb(208,225,5); }

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