Html Css Color HEX #D0E90A Electric Lime

📋 copy color: '#D0E90A'

red 208 ◦ green 233 ◦ blue 10

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

Shades of Electric Lime #D0E90A

Tints of Electric Lime #D0E90A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 51.66%

 BLUE value IS 10 (4.3% from 255) = 2.22%

R = 46.12%
G = 51.66%
B = 2.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#D0E90A (or 0xD0E90A) is known color: Electric Lime. HEX triplet: D0, E9 and 0A. RGB value is (208,233,10). Sum of RGB (Red+Green+Blue) = 208+233+10=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 233 (91.41% from 255 or 51.66% from 451); Blue value is 10 (4.30% from 255 or 2.22% from 451); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E90A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0E90A is #2F16F5. Grayscale: #C8C8C8. Windows color (decimal): -3086070 or 715216. OLE color: 715216.

HSL color Cylindrical-coordinate representation of color #D0E90A: hue angle of 66.73º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0E90A is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 233 10 -
CMYK 0.11 0 0.96 0.09
HSL 66.73º 0.92% 0.48% -
HSV(B) 66.73º 0.96% 0.91% -
XYZ 55.21 71.71 11.22 -
YUV 200.1 20.72 133.63 -
System Red Green Blue C M Y K H S L
Decimal 208 233 10 0.11 0 0.96 0.09 66.73 0.92 0.48
Hex D0 E9 A B 0 60 9 43 5C 30
Octal 320 351 12 13 0 140 11 103 134 60
Binary 11010000 11101001 1010 1011 0 1100000 1001 1000011 1011100 110000

Color Harmonies of #D0E90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E90A

Black with #D0E90A

Text Example


Text Example

White with #D0E90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E90A; }

 p { color: rgb(208,233,10); }

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

background-color css

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

 a { background-color: rgb(208,233,10); }

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

border-color css

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

 span { border-color: rgb(208,233,10); }

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