Html Css Color HEX #D0E306 Electric Lime

📋 copy color: '#D0E306'

red 208 ◦ green 227 ◦ blue 6

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

Shades of Electric Lime #D0E306

Tints of Electric Lime #D0E306

RGB

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

 GREEN value IS 227 (89.06% from 255) = 51.47%

 BLUE value IS 6 (2.73% from 255) = 1.36%

R = 47.17%
G = 51.47%
B = 1.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#D0E306 (or 0xD0E306) is known color: Electric Lime. HEX triplet: D0, E3 and 06. RGB value is (208,227,6). Sum of RGB (Red+Green+Blue) = 208+227+6=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 227 (89.06% from 255 or 51.47% from 441); Blue value is 6 (2.73% from 255 or 1.36% from 441); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E306 is #2F1CF9. Grayscale: #C4C4C4. Windows color (decimal): -3087610 or 451536. OLE color: 451536.

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

Color convert

RGB 208 227 6 -
CMYK 0.08 0 0.97 0.11
HSL 65.16º 0.95% 0.46% -
HSV(B) 65.16º 0.97% 0.89% -
XYZ 53.51 68.36 10.55 -
YUV 196.13 20.71 136.47 -
System Red Green Blue C M Y K H S L
Decimal 208 227 6 0.08 0 0.97 0.11 65.16 0.95 0.46
Hex D0 E3 6 8 0 61 B 41 5F 2E
Octal 320 343 6 10 0 141 13 101 137 56
Binary 11010000 11100011 110 1000 0 1100001 1011 1000001 1011111 101110

Color Harmonies of #D0E306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E306

Black with #D0E306

Text Example


Text Example

White with #D0E306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E306; }

 p { color: rgb(208,227,6); }

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

background-color css

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

 a { background-color: rgb(208,227,6); }

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

border-color css

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

 span { border-color: rgb(208,227,6); }

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