#D3F60F

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

Shades of Electric Lime #D3F60F

Tints of Electric Lime #D3F60F

Color information

#D3F60F (or 0xD3F60F) is unknown color: approx Electric Lime. HEX triplet: D3, F6 and 0F. RGB value is (211,246,15). Sum of RGB (Red+Green+Blue) = 211+246+15=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 246 (96.48% from 255 or 52.12% from 472); Blue value is 15 (6.25% from 255 or 3.18% from 472); Max value from RGB is 246 - color contains mainly: green. Hex color #D3F60F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F60F is #2C09F0. Grayscale: #D2D2D2. Windows color (decimal): -2886129 or 1046227. OLE color: 1046227.

HSL color Cylindrical-coordinate representation of color #D3F60F: hue angle of 69.09º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3F60F is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB21124615-
CMYK0.1400.940.04
HSL69.09º92.77%51.18%-
HSV(B)69.09º93.9%96.47%-
XYZ59.9179.7912.7-
YUV209.218.4129.28-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.70%
GREEN value IS 246 (96.48% from 255) = 52.12%
BLUE value IS 15 (6.25% from 255) = 3.18%
R=44.70%
G=52.12%
B=3.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal211246150.1400.940.0469.0992.7751.18
HexD3F6FE05E4455d33
Octal32336617160136410513563
Binary1101001111110110111111100101111010010001011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F60F; }

 p { color: rgb(211,246,15); }

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

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

 a { background-color: rgb(211,246,15); }

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

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

 span { border-color: rgb(211,246,15); }

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