#D0EA0D

Color #D0EA0D Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #D0EA0D

Tints of Electric Lime #D0EA0D

Color information

#D0EA0D (or 0xD0EA0D) is unknown color: approx 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

RGB20823413-
CMYK0.1100.940.08
HSL67.06º89.47%48.43%-
HSV(B)67.06º94.44%91.76%-
XYZ55.5172.2811.41-
YUV201.0321.89132.97-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.71%
GREEN value IS 234 (91.80% 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 (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal208234130.1100.940.0867.0689.4748.43
HexD0EADB05E8435930
Octal320352151301361010313160
Binary11010000111010101101101101011110100010000111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EA0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>