#D2FC0F

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

Shades of Electric Lime #D2FC0F

Tints of Electric Lime #D2FC0F

Color information

#D2FC0F (or 0xD2FC0F) is unknown color: approx Electric Lime. HEX triplet: D2, FC and 0F. RGB value is (210,252,15). Sum of RGB (Red+Green+Blue) = 210+252+15=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 252 (98.83% from 255 or 52.83% from 477); Blue value is 15 (6.25% from 255 or 3.14% from 477); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FC0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2FC0F is #2D03F0. Grayscale: #D5D5D5. Windows color (decimal): -2950129 or 1047762. OLE color: 1047762.

HSL color Cylindrical-coordinate representation of color #D2FC0F: hue angle of 70.63º 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 #D2FC0F is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB21025215-
CMYK0.1700.940.01
HSL70.63º97.53%52.35%-
HSV(B)70.63º94.05%98.82%-
XYZ61.4783.3613.3-
YUV212.4216.59126.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.03%
GREEN value IS 252 (98.83% from 255) = 52.83%
BLUE value IS 15 (6.25% from 255) = 3.14%
R=44.03%
G=52.83%
B=3.14%

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
Decimal210252150.1700.940.0170.6397.5352.35
HexD2FCF1105E1476234
Octal32237417210136110714264
Binary110100101111110011111000101011110110001111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FC0F; }

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

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

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

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

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

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

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

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