#D0F20A

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

Shades of Electric Lime #D0F20A

Tints of Electric Lime #D0F20A

Color information

#D0F20A (or 0xD0F20A) is unknown color: approx Electric Lime. HEX triplet: D0, F2 and 0A. RGB value is (208,242,10). Sum of RGB (Red+Green+Blue) = 208+242+10=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 242 (94.92% from 255 or 52.61% from 460); Blue value is 10 (4.30% from 255 or 2.17% from 460); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F20A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F20A is #2F0DF5. Grayscale: #CECECE. Windows color (decimal): -3083766 or 717520. OLE color: 717520.

HSL color Cylindrical-coordinate representation of color #D0F20A: hue angle of 68.79º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0F20A is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB20824210-
CMYK0.1400.960.05
HSL68.79º92.06%49.41%-
HSV(B)68.79º95.87%94.9%-
XYZ57.8276.9412.09-
YUV205.3917.74129.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.22%
GREEN value IS 242 (94.92% from 255) = 52.61%
BLUE value IS 10 (4.30% from 255) = 2.17%
R=45.22%
G=52.61%
B=2.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal208242100.1400.960.0568.7992.0649.41
HexD0F2AE0605455c31
Octal32036212160140510513461
Binary1101000011110010101011100110000010110001011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F20A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F20A; }

 p { color: rgb(208,242,10); }

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

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

 a { background-color: rgb(208,242,10); }

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

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

 span { border-color: rgb(208,242,10); }

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