#D0FC07

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

Shades of Electric Lime #D0FC07

Tints of Electric Lime #D0FC07

Color information

#D0FC07 (or 0xD0FC07) is unknown color: approx Electric Lime. HEX triplet: D0, FC and 07. RGB value is (208,252,7). Sum of RGB (Red+Green+Blue) = 208+252+7=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 252 (98.83% from 255 or 53.96% from 467); Blue value is 7 (3.12% from 255 or 1.50% from 467); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FC07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FC07 is #2F03F8. Grayscale: #D3D3D3. Windows color (decimal): -3081209 or 523472. OLE color: 523472.

HSL color Cylindrical-coordinate representation of color #D0FC07: hue angle of 70.78º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0FC07 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB2082527-
CMYK0.1700.970.01
HSL70.78º97.61%50.78%-
HSV(B)70.78º97.22%98.82%-
XYZ60.8683.0513.02-
YUV210.9112.92125.92-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.54%
GREEN value IS 252 (98.83% from 255) = 53.96%
BLUE value IS 7 (3.12% from 255) = 1.50%
R=44.54%
G=53.96%
B=1.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal20825270.1700.970.0170.7897.6150.78
HexD0FC7110611476233
Octal3203747210141110714263
Binary11010000111111001111000101100001110001111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FC07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FC07; }

 p { color: rgb(208,252,7); }

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

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

 a { background-color: rgb(208,252,7); }

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

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

 span { border-color: rgb(208,252,7); }

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