#D1FA18

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

Shades of Electric Lime #D1FA18

Tints of Electric Lime #D1FA18

Color information

#D1FA18 (or 0xD1FA18) is unknown color: approx Electric Lime. HEX triplet: D1, FA and 18. RGB value is (209,250,24). Sum of RGB (Red+Green+Blue) = 209+250+24=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 250 (98.05% from 255 or 51.76% from 483); Blue value is 24 (9.77% from 255 or 4.97% from 483); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1FA18 is #2E05E7. Grayscale: #D4D4D4. Windows color (decimal): -3016168 or 1637073. OLE color: 1637073.

HSL color Cylindrical-coordinate representation of color #D1FA18: hue angle of 70.88º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1FA18 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB20925024-
CMYK0.1600.900.02
HSL70.88º95.76%53.73%-
HSV(B)70.88º90.4%98.04%-
XYZ60.6481.9913.49-
YUV211.9821.92125.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.27%
GREEN value IS 250 (98.05% from 255) = 51.76%
BLUE value IS 24 (9.77% from 255) = 4.97%
R=43.27%
G=51.76%
B=4.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal209250240.1600.900.0270.8895.7653.73
HexD1FA181005A2476036
Octal32137230200132210714066
Binary11010001111110101100010000010110101010001111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FA18; }

 p { color: rgb(209,250,24); }

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

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

 a { background-color: rgb(209,250,24); }

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

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

 span { border-color: rgb(209,250,24); }

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