#D4EE06

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

Shades of Electric Lime #D4EE06

Tints of Electric Lime #D4EE06

Color information

#D4EE06 (or 0xD4EE06) is unknown color: approx Electric Lime. HEX triplet: D4, EE and 06. RGB value is (212,238,6). Sum of RGB (Red+Green+Blue) = 212+238+6=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 238 (93.36% from 255 or 52.19% from 456); Blue value is 6 (2.73% from 255 or 1.32% from 456); Max value from RGB is 238 - color contains mainly: green. Hex color #D4EE06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4EE06 is #2B11F9. Grayscale: #CCCCCC. Windows color (decimal): -2822650 or 454356. OLE color: 454356.

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

Color convert

RGB2122386-
CMYK0.1100.970.07
HSL66.72º95.08%47.84%-
HSV(B)66.72º97.48%93.33%-
XYZ57.7675.1611.64-
YUV203.7816.39133.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.49%
GREEN value IS 238 (93.36% from 255) = 52.19%
BLUE value IS 6 (2.73% from 255) = 1.32%
R=46.49%
G=52.19%
B=1.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal21223860.1100.970.0766.7295.0847.84
HexD4EE6B0617435f30
Octal3243566130141710313760
Binary110101001110111011010110110000111110000111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EE06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EE06; }

 p { color: rgb(212,238,6); }

 H1.HeaderClassName
 {
   color: #D4EE06;
 }
 .AnyTagClassName
 {
   color: #D4EE06;
 }
</style>
background-color css

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

 a { background-color: rgb(212,238,6); }

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

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

 span { border-color: rgb(212,238,6); }

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