#D4FD0F

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

Shades of Electric Lime #D4FD0F

Tints of Electric Lime #D4FD0F

Color information

#D4FD0F (or 0xD4FD0F) is unknown color: approx Electric Lime. HEX triplet: D4, FD and 0F. RGB value is (212,253,15). Sum of RGB (Red+Green+Blue) = 212+253+15=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 253 (99.22% from 255 or 52.71% from 480); Blue value is 15 (6.25% from 255 or 3.12% from 480); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FD0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4FD0F is #2B02F0. Grayscale: #D6D6D6. Windows color (decimal): -2818801 or 1048020. OLE color: 1048020.

HSL color Cylindrical-coordinate representation of color #D4FD0F: hue angle of 70.34º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4FD0F is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB21225315-
CMYK0.1600.940.01
HSL70.34º98.35%52.55%-
HSV(B)70.34º94.07%99.22%-
XYZ62.3684.2813.43-
YUV213.6115.92126.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.17%
GREEN value IS 253 (99.22% from 255) = 52.71%
BLUE value IS 15 (6.25% from 255) = 3.12%
R=44.17%
G=52.71%
B=3.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal212253150.1600.940.0170.3498.3552.55
HexD4FDF1005E1466235
Octal32437517200136110614265
Binary110101001111110111111000001011110110001101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FD0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FD0F; }

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

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

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

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

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

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

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

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