#D2F00F

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

Shades of Electric Lime #D2F00F

Tints of Electric Lime #D2F00F

Color information

#D2F00F (or 0xD2F00F) is unknown color: approx Electric Lime. HEX triplet: D2, F0 and 0F. RGB value is (210,240,15). Sum of RGB (Red+Green+Blue) = 210+240+15=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 240 (94.14% from 255 or 51.61% from 465); Blue value is 15 (6.25% from 255 or 3.23% from 465); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F00F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F00F is #2D0FF0. Grayscale: #CECECE. Windows color (decimal): -2953201 or 1044690. OLE color: 1044690.

HSL color Cylindrical-coordinate representation of color #D2F00F: hue angle of 68º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2F00F is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB21024015-
CMYK0.1200.940.06
HSL68º88.24%50%-
HSV(B)68º93.75%94.12%-
XYZ57.8276.0612.08-
YUV205.3820.56131.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.16%
GREEN value IS 240 (94.14% from 255) = 51.61%
BLUE value IS 15 (6.25% from 255) = 3.23%
R=45.16%
G=51.61%
B=3.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal210240150.1200.940.066888.2450
HexD2F0FC05E6445832
Octal32236017140136610413062
Binary1101001011110000111111000101111011010001001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F00F; }

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

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

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

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

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

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

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

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