#D0F60F

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

Shades of Electric Lime #D0F60F

Tints of Electric Lime #D0F60F

Color information

#D0F60F (or 0xD0F60F) is unknown color: approx Electric Lime. HEX triplet: D0, F6 and 0F. RGB value is (208,246,15). Sum of RGB (Red+Green+Blue) = 208+246+15=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 246 (96.48% from 255 or 52.45% from 469); Blue value is 15 (6.25% from 255 or 3.20% from 469); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F60F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F60F is #2F09F0. Grayscale: #D1D1D1. Windows color (decimal): -3082737 or 1046224. OLE color: 1046224.

HSL color Cylindrical-coordinate representation of color #D0F60F: hue angle of 69.87º degrees, saturation: 0.93, 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 #D0F60F is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB20824615-
CMYK0.1500.940.04
HSL69.87º92.77%51.18%-
HSV(B)69.87º93.9%96.47%-
XYZ59.0579.3612.66-
YUV208.318.91127.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.35%
GREEN value IS 246 (96.48% from 255) = 52.45%
BLUE value IS 15 (6.25% from 255) = 3.20%
R=44.35%
G=52.45%
B=3.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal208246150.1500.940.0469.8792.7751.18
HexD0F6FF05E4465d33
Octal32036617170136410613563
Binary1101000011110110111111110101111010010001101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F60F; }

 p { color: rgb(208,246,15); }

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

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

 a { background-color: rgb(208,246,15); }

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

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

 span { border-color: rgb(208,246,15); }

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