Html Css Color HEX #D0E003 Electric Lime

📋 copy color: '#D0E003'

red 208 ◦ green 224 ◦ blue 3

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

Shades of Electric Lime #D0E003

Tints of Electric Lime #D0E003

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.49%

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

R = 47.82%
G = 51.49%
B = 0.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#D0E003 (or 0xD0E003) is known color: Electric Lime. HEX triplet: D0, E0 and 03. RGB value is (208,224,3). Sum of RGB (Red+Green+Blue) = 208+224+3=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 3 (1.56% from 255 or 0.69% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E003 is #2F1FFC. Grayscale: #C2C2C2. Windows color (decimal): -3088381 or 254160. OLE color: 254160.

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

Color convert

RGB 208 224 3 -
CMYK 0.07 0 0.99 0.12
HSL 64.34º 0.97% 0.45% -
HSV(B) 64.34º 0.99% 0.88% -
XYZ 52.68 66.73 10.19 -
YUV 194.02 20.2 137.97 -
System Red Green Blue C M Y K H S L
Decimal 208 224 3 0.07 0 0.99 0.12 64.34 0.97 0.45
Hex D0 E0 3 7 0 63 C 40 61 2D
Octal 320 340 3 7 0 143 14 100 141 55
Binary 11010000 11100000 11 111 0 1100011 1100 1000000 1100001 101101

Color Harmonies of #D0E003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E003

Black with #D0E003

Text Example


Text Example

White with #D0E003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E003; }

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

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

background-color css

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

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

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

border-color css

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

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

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