#D1F60D

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

Shades of Electric Lime #D1F60D

Tints of Electric Lime #D1F60D

Color information

#D1F60D (or 0xD1F60D) is unknown color: approx Electric Lime. HEX triplet: D1, F6 and 0D. RGB value is (209,246,13). Sum of RGB (Red+Green+Blue) = 209+246+13=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 246 (96.48% from 255 or 52.56% from 468); Blue value is 13 (5.47% from 255 or 2.78% from 468); Max value from RGB is 246 - color contains mainly: green. Hex color #D1F60D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F60D is #2E09F2. Grayscale: #D1D1D1. Windows color (decimal): -3017203 or 915153. OLE color: 915153.

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

Color convert

RGB20924613-
CMYK0.1500.950.04
HSL69.53º92.83%50.78%-
HSV(B)69.53º94.72%96.47%-
XYZ59.3279.512.6-
YUV208.3717.74128.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.66%
GREEN value IS 246 (96.48% from 255) = 52.56%
BLUE value IS 13 (5.47% from 255) = 2.78%
R=44.66%
G=52.56%
B=2.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal209246130.1500.950.0469.5392.8350.78
HexD1F6DF05F4465d33
Octal32136615170137410613563
Binary1101000111110110110111110101111110010001101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F60D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F60D; }

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

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

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

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

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

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

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

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