#D4EF0F

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

Shades of Electric Lime #D4EF0F

Tints of Electric Lime #D4EF0F

Color information

#D4EF0F (or 0xD4EF0F) is unknown color: approx Electric Lime. HEX triplet: D4, EF and 0F. RGB value is (212,239,15). Sum of RGB (Red+Green+Blue) = 212+239+15=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 239 (93.75% from 255 or 51.29% from 466); Blue value is 15 (6.25% from 255 or 3.22% from 466); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4EF0F is #2B10F0. Grayscale: #CECECE. Windows color (decimal): -2822385 or 1044436. OLE color: 1044436.

HSL color Cylindrical-coordinate representation of color #D4EF0F: hue angle of 67.23º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4EF0F is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB21223915-
CMYK0.1100.940.06
HSL67.23º88.19%49.8%-
HSV(B)67.23º93.72%93.73%-
XYZ58.175.7612.01-
YUV205.3920.55132.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.49%
GREEN value IS 239 (93.75% from 255) = 51.29%
BLUE value IS 15 (6.25% from 255) = 3.22%
R=45.49%
G=51.29%
B=3.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal212239150.1100.940.0667.2388.1949.8
HexD4EFFB05E6435832
Octal32435717130136610313062
Binary1101010011101111111110110101111011010000111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EF0F; }

 p { color: rgb(212,239,15); }

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

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

 a { background-color: rgb(212,239,15); }

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

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

 span { border-color: rgb(212,239,15); }

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