Html Css Color HEX #D0EA0D Electric Lime

📋 copy color: '#D0EA0D'

red 208 ◦ green 234 ◦ blue 13

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

Shades of Electric Lime #D0EA0D

Tints of Electric Lime #D0EA0D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 51.43%

 BLUE value IS 13 (5.47% from 255) = 2.86%

R = 45.71%
G = 51.43%
B = 2.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#D0EA0D (or 0xD0EA0D) is known color: Electric Lime. HEX triplet: D0, EA and 0D. RGB value is (208,234,13). Sum of RGB (Red+Green+Blue) = 208+234+13=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 234 (91.80% from 255 or 51.43% from 455); Blue value is 13 (5.47% from 255 or 2.86% from 455); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0EA0D is #2F15F2. Grayscale: #C9C9C9. Windows color (decimal): -3085811 or 912080. OLE color: 912080.

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

Color convert

RGB 208 234 13 -
CMYK 0.11 0 0.94 0.08
HSL 67.06º 0.89% 0.48% -
HSV(B) 67.06º 0.94% 0.92% -
XYZ 55.51 72.28 11.41 -
YUV 201.03 21.89 132.97 -
System Red Green Blue C M Y K H S L
Decimal 208 234 13 0.11 0 0.94 0.08 67.06 0.89 0.48
Hex D0 EA D B 0 5E 8 43 59 30
Octal 320 352 15 13 0 136 10 103 131 60
Binary 11010000 11101010 1101 1011 0 1011110 1000 1000011 1011001 110000

Color Harmonies of #D0EA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EA0D

Black with #D0EA0D

Text Example


Text Example

White with #D0EA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EA0D; }

 p { color: rgb(208,234,13); }

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

background-color css

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

 a { background-color: rgb(208,234,13); }

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

border-color css

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

 span { border-color: rgb(208,234,13); }

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