Html Css Color HEX #D0E207 Electric Lime

📋 copy color: '#D0E207'

red 208 ◦ green 226 ◦ blue 7

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

Shades of Electric Lime #D0E207

Tints of Electric Lime #D0E207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.59%

R = 47.17%
G = 51.25%
B = 1.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#D0E207 (or 0xD0E207) is known color: Electric Lime. HEX triplet: D0, E2 and 07. RGB value is (208,226,7). Sum of RGB (Red+Green+Blue) = 208+226+7=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 226 (88.67% from 255 or 51.25% from 441); Blue value is 7 (3.12% from 255 or 1.59% from 441); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E207 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E207 is #2F1DF8. Grayscale: #C4C4C4. Windows color (decimal): -3087865 or 516816. OLE color: 516816.

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

Color convert

RGB 208 226 7 -
CMYK 0.08 0 0.97 0.11
HSL 64.93º 0.94% 0.46% -
HSV(B) 64.93º 0.97% 0.89% -
XYZ 53.25 67.82 10.48 -
YUV 195.65 21.54 136.81 -
System Red Green Blue C M Y K H S L
Decimal 208 226 7 0.08 0 0.97 0.11 64.93 0.94 0.46
Hex D0 E2 7 8 0 61 B 41 5E 2E
Octal 320 342 7 10 0 141 13 101 136 56
Binary 11010000 11100010 111 1000 0 1100001 1011 1000001 1011110 101110

Color Harmonies of #D0E207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E207

Black with #D0E207

Text Example


Text Example

White with #D0E207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E207; }

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

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

background-color css

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

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

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

border-color css

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

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

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