#D0FC0F

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

Shades of Electric Lime #D0FC0F

Tints of Electric Lime #D0FC0F

Color information

#D0FC0F (or 0xD0FC0F) is unknown color: approx Electric Lime. HEX triplet: D0, FC and 0F. RGB value is (208,252,15). Sum of RGB (Red+Green+Blue) = 208+252+15=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 252 (98.83% from 255 or 53.05% from 475); Blue value is 15 (6.25% from 255 or 3.16% from 475); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FC0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FC0F is #2F03F0. Grayscale: #D4D4D4. Windows color (decimal): -3081201 or 1047760. OLE color: 1047760.

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

Color convert

RGB20825215-
CMYK0.1700.940.01
HSL71.14º97.53%52.35%-
HSV(B)71.14º94.05%98.82%-
XYZ60.9183.0713.27-
YUV211.8316.92125.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.79%
GREEN value IS 252 (98.83% from 255) = 53.05%
BLUE value IS 15 (6.25% from 255) = 3.16%
R=43.79%
G=53.05%
B=3.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal208252150.1700.940.0171.1497.5352.35
HexD0FCF1105E1476234
Octal32037417210136110714264
Binary110100001111110011111000101011110110001111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FC0F; }

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

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

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

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

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

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

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

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