#D1F416

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

Shades of Electric Lime #D1F416

Tints of Electric Lime #D1F416

Color information

#D1F416 (or 0xD1F416) is unknown color: approx Electric Lime. HEX triplet: D1, F4 and 16. RGB value is (209,244,22). Sum of RGB (Red+Green+Blue) = 209+244+22=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 244 (95.70% from 255 or 51.37% from 475); Blue value is 22 (8.98% from 255 or 4.63% from 475); Max value from RGB is 244 - color contains mainly: green. Hex color #D1F416 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F416 is #2E0BE9. Grayscale: #D1D1D1. Windows color (decimal): -3017706 or 1504465. OLE color: 1504465.

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

Color convert

RGB20924422-
CMYK0.1400.910.04
HSL69.46º90.98%52.16%-
HSV(B)69.46º90.98%95.69%-
XYZ58.7978.3112.78-
YUV208.2322.9128.55-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44%
GREEN value IS 244 (95.70% from 255) = 51.37%
BLUE value IS 22 (8.98% from 255) = 4.63%
R=44%
G=51.37%
B=4.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal209244220.1400.910.0469.4690.9852.16
HexD1F416E05B4455b34
Octal32136426160133410513364
Binary11010001111101001011011100101101110010001011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F416; }

 p { color: rgb(209,244,22); }

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

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

 a { background-color: rgb(209,244,22); }

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

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

 span { border-color: rgb(209,244,22); }

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