#D1F60F

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

Shades of Electric Lime #D1F60F

Tints of Electric Lime #D1F60F

Color information

#D1F60F (or 0xD1F60F) is unknown color: approx Electric Lime. HEX triplet: D1, F6 and 0F. RGB value is (209,246,15). Sum of RGB (Red+Green+Blue) = 209+246+15=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 246 (96.48% from 255 or 52.34% from 470); Blue value is 15 (6.25% from 255 or 3.19% from 470); Max value from RGB is 246 - color contains mainly: green. Hex color #D1F60F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F60F is #2E09F0. Grayscale: #D1D1D1. Windows color (decimal): -3017201 or 1046225. OLE color: 1046225.

HSL color Cylindrical-coordinate representation of color #D1F60F: hue angle of 69.61º 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 #D1F60F is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB20924615-
CMYK0.1500.940.04
HSL69.61º92.77%51.18%-
HSV(B)69.61º93.9%96.47%-
XYZ59.3479.512.67-
YUV208.618.74128.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.47%
GREEN value IS 246 (96.48% from 255) = 52.34%
BLUE value IS 15 (6.25% from 255) = 3.19%
R=44.47%
G=52.34%
B=3.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal209246150.1500.940.0469.6192.7751.18
HexD1F6FF05E4465d33
Octal32136617170136410613563
Binary1101000111110110111111110101111010010001101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F60F; }

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

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

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

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

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

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

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

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