Html Css Color HEX #D0E000 Electric Lime

📋 copy color: '#D0E000'

red 208 ◦ green 224 ◦ blue 0

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

Shades of Electric Lime #D0E000

Tints of Electric Lime #D0E000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.15%
G = 51.85%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#D0E000 (or 0xD0E000) is known color: Electric Lime. HEX triplet: D0, E0 and 00. RGB value is (208,224,0). Sum of RGB (Red+Green+Blue) = 208+224+0=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 224 (87.89% from 255 or 51.85% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E000 is #2F1FFF. Grayscale: #C2C2C2. Windows color (decimal): -3088384 or 57552. OLE color: 57552.

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

Color convert

RGB 208 224 0 -
CMYK 0.07 0 1 0.12
HSL 64.29º 1% 0.44% -
HSV(B) 64.29º 1% 0.88% -
XYZ 52.67 66.72 10.1 -
YUV 193.68 18.7 138.21 -
System Red Green Blue C M Y K H S L
Decimal 208 224 0 0.07 0 1 0.12 64.29 1 0.44
Hex D0 E0 0 7 0 64 C 40 64 2C
Octal 320 340 0 7 0 144 14 100 144 54
Binary 11010000 11100000 0 111 0 1100100 1100 1000000 1100100 101100

Color Harmonies of #D0E000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E000

Black with #D0E000

Text Example


Text Example

White with #D0E000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E000; }

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

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

background-color css

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

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

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

border-color css

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

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

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