#D2F60D

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

Shades of Electric Lime #D2F60D

Tints of Electric Lime #D2F60D

Color information

#D2F60D (or 0xD2F60D) is unknown color: approx Electric Lime. HEX triplet: D2, F6 and 0D. RGB value is (210,246,13). Sum of RGB (Red+Green+Blue) = 210+246+13=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 246 (96.48% from 255 or 52.45% from 469); Blue value is 13 (5.47% from 255 or 2.77% from 469); Max value from RGB is 246 - color contains mainly: green. Hex color #D2F60D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F60D is #2D09F2. Grayscale: #D1D1D1. Windows color (decimal): -2951667 or 915154. OLE color: 915154.

HSL color Cylindrical-coordinate representation of color #D2F60D: hue angle of 69.27º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D2F60D is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB21024613-
CMYK0.1500.950.04
HSL69.27º92.83%50.78%-
HSV(B)69.27º94.72%96.47%-
XYZ59.6179.6412.61-
YUV208.6717.57128.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.78%
GREEN value IS 246 (96.48% from 255) = 52.45%
BLUE value IS 13 (5.47% from 255) = 2.77%
R=44.78%
G=52.45%
B=2.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal210246130.1500.950.0469.2792.8350.78
HexD2F6DF05F4455d33
Octal32236615170137410513563
Binary1101001011110110110111110101111110010001011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F60D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F60D; }

 p { color: rgb(210,246,13); }

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

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

 a { background-color: rgb(210,246,13); }

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

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

 span { border-color: rgb(210,246,13); }

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