#D4EC13

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

Shades of Electric Lime #D4EC13

Tints of Electric Lime #D4EC13

Color information

#D4EC13 (or 0xD4EC13) is unknown color: approx Electric Lime. HEX triplet: D4, EC and 13. RGB value is (212,236,19). Sum of RGB (Red+Green+Blue) = 212+236+19=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 19 (7.81% from 255 or 4.07% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #D4EC13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4EC13 is #2B13EC. Grayscale: #CCCCCC. Windows color (decimal): -2823149 or 1305812. OLE color: 1305812.

HSL color Cylindrical-coordinate representation of color #D4EC13: hue angle of 66.64º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4EC13 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB21223619-
CMYK0.1000.920.07
HSL66.64º85.1%50%-
HSV(B)66.64º91.95%92.55%-
XYZ57.2674.0311.89-
YUV204.0923.55133.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.40%
GREEN value IS 236 (92.58% from 255) = 50.54%
BLUE value IS 19 (7.81% from 255) = 4.07%
R=45.40%
G=50.54%
B=4.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal212236190.1000.920.0766.6485.150
HexD4EC13A05C7435532
Octal32435423120134710312562
Binary11010100111011001001110100101110011110000111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EC13; }

 p { color: rgb(212,236,19); }

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

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

 a { background-color: rgb(212,236,19); }

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

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

 span { border-color: rgb(212,236,19); }

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