Html Css Color HEX #D0E60E Electric Lime

📋 copy color: '#D0E60E'

red 208 ◦ green 230 ◦ blue 14

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

Shades of Electric Lime #D0E60E

Tints of Electric Lime #D0E60E

RGB

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

 GREEN value IS 230 (90.23% from 255) = 50.88%

 BLUE value IS 14 (5.86% from 255) = 3.1%

R = 46.02%
G = 50.88%
B = 3.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#D0E60E (or 0xD0E60E) is known color: Electric Lime. HEX triplet: D0, E6 and 0E. RGB value is (208,230,14). Sum of RGB (Red+Green+Blue) = 208+230+14=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 230 (90.23% from 255 or 50.88% from 452); Blue value is 14 (5.86% from 255 or 3.10% from 452); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E60E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0E60E is #2F19F1. Grayscale: #C7C7C7. Windows color (decimal): -3086834 or 976592. OLE color: 976592.

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

Color convert

RGB 208 230 14 -
CMYK 0.10 0 0.94 0.10
HSL 66.11º 0.89% 0.48% -
HSV(B) 66.11º 0.94% 0.9% -
XYZ 54.39 70.04 11.07 -
YUV 198.8 23.71 134.56 -
System Red Green Blue C M Y K H S L
Decimal 208 230 14 0.10 0 0.94 0.10 66.11 0.89 0.48
Hex D0 E6 E A 0 5E A 42 59 30
Octal 320 346 16 12 0 136 12 102 131 60
Binary 11010000 11100110 1110 1010 0 1011110 1010 1000010 1011001 110000

Color Harmonies of #D0E60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E60E

Black with #D0E60E

Text Example


Text Example

White with #D0E60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E60E; }

 p { color: rgb(208,230,14); }

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

background-color css

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

 a { background-color: rgb(208,230,14); }

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

border-color css

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

 span { border-color: rgb(208,230,14); }

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