#d0fd03

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

Shades of Electric Lime #D0FD03

Tints of Electric Lime #D0FD03

Color information

#D0FD03 (or 0xD0FD03) is unknown color: approx Electric Lime. HEX triplet: D0, FD and 03. RGB value is (208,253,3). Sum of RGB (Red+Green+Blue) = 208+253+3=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 253 (99.22% from 255 or 54.53% from 464); Blue value is 3 (1.56% from 255 or 0.65% from 464); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FD03 is #2F02FC. Grayscale: #D4D4D4. Windows color (decimal): -3080957 or 261584. OLE color: 261584.

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

Color convert

RGB2082533-
CMYK0.1800.990.01
HSL70.8º98.43%50.2%-
HSV(B)70.8º98.81%99.22%-
XYZ61.1583.6713.01-
YUV211.0410.59125.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.83%
GREEN value IS 253 (99.22% from 255) = 54.53%
BLUE value IS 3 (1.56% from 255) = 0.65%
R=44.83%
G=54.53%
B=0.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal20825330.1800.990.0170.898.4350.2
HexD0FD3120631476232
Octal3203753220143110714262
Binary1101000011111101111001001100011110001111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0fd03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0fd03; }

 p { color: rgb(208,253,3); }

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

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

 a { background-color: rgb(208,253,3); }

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

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

 span { border-color: rgb(208,253,3); }

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