#D1F314

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

Shades of Electric Lime #D1F314

Tints of Electric Lime #D1F314

Color information

#D1F314 (or 0xD1F314) is unknown color: approx Electric Lime. HEX triplet: D1, F3 and 14. RGB value is (209,243,20). Sum of RGB (Red+Green+Blue) = 209+243+20=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 243 (95.31% from 255 or 51.48% from 472); Blue value is 20 (8.20% from 255 or 4.24% from 472); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F314 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F314 is #2E0CEB. Grayscale: #D0D0D0. Windows color (decimal): -3017964 or 1373137. OLE color: 1373137.

HSL color Cylindrical-coordinate representation of color #D1F314: hue angle of 69.15º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1F314 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB20924320-
CMYK0.1400.920.05
HSL69.15º90.28%51.57%-
HSV(B)69.15º91.77%95.29%-
XYZ58.4777.7112.58-
YUV207.4122.24129.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.28%
GREEN value IS 243 (95.31% from 255) = 51.48%
BLUE value IS 20 (8.20% from 255) = 4.24%
R=44.28%
G=51.48%
B=4.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal209243200.1400.920.0569.1590.2851.57
HexD1F314E05C5455a34
Octal32136324160134510513264
Binary11010001111100111010011100101110010110001011011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F314; }

 p { color: rgb(209,243,20); }

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

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

 a { background-color: rgb(209,243,20); }

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

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

 span { border-color: rgb(209,243,20); }

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