#D2F118

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

Shades of Electric Lime #D2F118

Tints of Electric Lime #D2F118

Color information

#D2F118 (or 0xD2F118) is unknown color: approx Electric Lime. HEX triplet: D2, F1 and 18. RGB value is (210,241,24). Sum of RGB (Red+Green+Blue) = 210+241+24=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 24 (9.77% from 255 or 5.05% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F118 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F118 is #2D0EE7. Grayscale: #CFCFCF. Windows color (decimal): -2952936 or 1634770. OLE color: 1634770.

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

Color convert

RGB21024124-
CMYK0.1300.900.05
HSL68.57º88.57%51.96%-
HSV(B)68.57º90.04%94.51%-
XYZ58.276.6812.6-
YUV206.9924.73130.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.21%
GREEN value IS 241 (94.53% from 255) = 50.74%
BLUE value IS 24 (9.77% from 255) = 5.05%
R=44.21%
G=50.74%
B=5.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal210241240.1300.900.0568.5788.5751.96
HexD2F118D05A5455934
Octal32236130150132510513164
Binary11010010111100011100011010101101010110001011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F118; }

 p { color: rgb(210,241,24); }

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

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

 a { background-color: rgb(210,241,24); }

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

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

 span { border-color: rgb(210,241,24); }

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