Html Css Color HEX #D0E20D Electric Lime

📋 copy color: '#D0E20D'

red 208 ◦ green 226 ◦ blue 13

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

Shades of Electric Lime #D0E20D

Tints of Electric Lime #D0E20D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 50.56%

 BLUE value IS 13 (5.47% from 255) = 2.91%

R = 46.53%
G = 50.56%
B = 2.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#D0E20D (or 0xD0E20D) is known color: Electric Lime. HEX triplet: D0, E2 and 0D. RGB value is (208,226,13). Sum of RGB (Red+Green+Blue) = 208+226+13=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 226 (88.67% from 255 or 50.56% from 447); Blue value is 13 (5.47% from 255 or 2.91% from 447); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E20D is #2F1DF2. Grayscale: #C5C5C5. Windows color (decimal): -3087859 or 910032. OLE color: 910032.

HSL color Cylindrical-coordinate representation of color #D0E20D: hue angle of 65.07º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0E20D is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 226 13 -
CMYK 0.08 0 0.94 0.11
HSL 65.07º 0.89% 0.47% -
HSV(B) 65.07º 0.94% 0.89% -
XYZ 53.28 67.83 10.67 -
YUV 196.34 24.54 136.32 -
System Red Green Blue C M Y K H S L
Decimal 208 226 13 0.08 0 0.94 0.11 65.07 0.89 0.47
Hex D0 E2 D 8 0 5E B 41 59 2F
Octal 320 342 15 10 0 136 13 101 131 57
Binary 11010000 11100010 1101 1000 0 1011110 1011 1000001 1011001 101111

Color Harmonies of #D0E20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E20D

Black with #D0E20D

Text Example


Text Example

White with #D0E20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E20D; }

 p { color: rgb(208,226,13); }

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

background-color css

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

 a { background-color: rgb(208,226,13); }

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

border-color css

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

 span { border-color: rgb(208,226,13); }

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