Html Css Color HEX #D0FD00 Electric Lime

📋 copy color: '#D0FD00'

red 208 ◦ green 253 ◦ blue 0

#D0FD00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #D0FD00

Tints of Electric Lime #D0FD00

RGB

 RED value IS 208 (81.64% from 255) = 45.12%

 GREEN value IS 253 (99.22% from 255) = 54.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.12%
G = 54.88%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#D0FD00 (or 0xD0FD00) is known color: Electric Lime. HEX triplet: D0, FD and 00. RGB value is (208,253,0). Sum of RGB (Red+Green+Blue) = 208+253+0=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 253 (99.22% from 255 or 54.88% from 461); Blue value is 0 (0.39% from 255 or 0% from 461); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FD00 is #2F02FF. Grayscale: #D3D3D3. Windows color (decimal): -3080960 or 64976. OLE color: 64976.

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

Color convert

RGB 208 253 0 -
CMYK 0.18 0 1 0.01
HSL 70.67º 1% 0.5% -
HSV(B) 70.67º 1% 0.99% -
XYZ 61.14 83.66 12.93 -
YUV 210.7 9.09 126.07 -
System Red Green Blue C M Y K H S L
Decimal 208 253 0 0.18 0 1 0.01 70.67 1 0.5
Hex D0 FD 0 12 0 64 1 47 64 32
Octal 320 375 0 22 0 144 1 107 144 62
Binary 11010000 11111101 0 10010 0 1100100 1 1000111 1100100 110010

Color Harmonies of #D0FD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FD00

Black with #D0FD00

Text Example


Text Example

White with #D0FD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FD00; }

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

 H1.HeaderClassName
 {
   color: #D0FD00;
 }
 .AnyTagClassName
 {
   color: #D0FD00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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