#D2F40F

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

Shades of Electric Lime #D2F40F

Tints of Electric Lime #D2F40F

Color information

#D2F40F (or 0xD2F40F) is unknown color: approx Electric Lime. HEX triplet: D2, F4 and 0F. RGB value is (210,244,15). Sum of RGB (Red+Green+Blue) = 210+244+15=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 244 (95.70% from 255 or 52.03% from 469); Blue value is 15 (6.25% from 255 or 3.20% from 469); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F40F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F40F is #2D0BF0. Grayscale: #D0D0D0. Windows color (decimal): -2952177 or 1045714. OLE color: 1045714.

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

Color convert

RGB21024415-
CMYK0.1400.940.04
HSL68.91º91.24%50.78%-
HSV(B)68.91º93.85%95.69%-
XYZ59.0278.4412.48-
YUV207.7319.24129.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.78%
GREEN value IS 244 (95.70% from 255) = 52.03%
BLUE value IS 15 (6.25% from 255) = 3.20%
R=44.78%
G=52.03%
B=3.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal210244150.1400.940.0468.9191.2450.78
HexD2F4FE05E4455b33
Octal32236417160136410513363
Binary1101001011110100111111100101111010010001011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F40F; }

 p { color: rgb(210,244,15); }

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

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

 a { background-color: rgb(210,244,15); }

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

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

 span { border-color: rgb(210,244,15); }

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