#D4EF16

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

Shades of Electric Lime #D4EF16

Tints of Electric Lime #D4EF16

Color information

#D4EF16 (or 0xD4EF16) is unknown color: approx Electric Lime. HEX triplet: D4, EF and 16. RGB value is (212,239,22). Sum of RGB (Red+Green+Blue) = 212+239+22=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 239 (93.75% from 255 or 50.53% from 473); Blue value is 22 (8.98% from 255 or 4.65% from 473); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EF16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4EF16 is #2B10E9. Grayscale: #CFCFCF. Windows color (decimal): -2822378 or 1503188. OLE color: 1503188.

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

Color convert

RGB21223922-
CMYK0.1100.910.06
HSL67.47º87.15%51.18%-
HSV(B)67.47º90.79%93.73%-
XYZ58.1675.7912.32-
YUV206.1924.05132.14-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.82%
GREEN value IS 239 (93.75% from 255) = 50.53%
BLUE value IS 22 (8.98% from 255) = 4.65%
R=44.82%
G=50.53%
B=4.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal212239220.1100.910.0667.4787.1551.18
HexD4EF16B05B6435733
Octal32435726130133610312763
Binary11010100111011111011010110101101111010000111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EF16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EF16; }

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

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

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

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

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

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

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

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