Html Css Color HEX #D0E203 Electric Lime

📋 copy color: '#D0E203'

red 208 ◦ green 226 ◦ blue 3

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

Shades of Electric Lime #D0E203

Tints of Electric Lime #D0E203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.69%

R = 47.6%
G = 51.72%
B = 0.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#D0E203 (or 0xD0E203) is known color: Electric Lime. HEX triplet: D0, E2 and 03. RGB value is (208,226,3). Sum of RGB (Red+Green+Blue) = 208+226+3=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 226 (88.67% from 255 or 51.72% from 437); Blue value is 3 (1.56% from 255 or 0.69% from 437); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E203 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E203 is #2F1DFC. Grayscale: #C4C4C4. Windows color (decimal): -3087869 or 254672. OLE color: 254672.

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

Color convert

RGB 208 226 3 -
CMYK 0.08 0 0.99 0.11
HSL 64.84º 0.97% 0.45% -
HSV(B) 64.84º 0.99% 0.89% -
XYZ 53.23 67.81 10.37 -
YUV 195.2 19.54 137.13 -
System Red Green Blue C M Y K H S L
Decimal 208 226 3 0.08 0 0.99 0.11 64.84 0.97 0.45
Hex D0 E2 3 8 0 63 B 41 61 2D
Octal 320 342 3 10 0 143 13 101 141 55
Binary 11010000 11100010 11 1000 0 1100011 1011 1000001 1100001 101101

Color Harmonies of #D0E203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E203

Black with #D0E203

Text Example


Text Example

White with #D0E203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E203; }

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

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

background-color css

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

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

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

border-color css

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

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

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