Html Css Color HEX #D0F900 Electric Lime

📋 copy color: '#D0F900'

red 208 ◦ green 249 ◦ blue 0

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

Shades of Electric Lime #D0F900

Tints of Electric Lime #D0F900

RGB

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

 GREEN value IS 249 (97.66% from 255) = 54.49%

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

R = 45.51%
G = 54.49%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#D0F900 (or 0xD0F900) is known color: Electric Lime. HEX triplet: D0, F9 and 00. RGB value is (208,249,0). Sum of RGB (Red+Green+Blue) = 208+249+0=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 249 (97.66% from 255 or 54.49% from 457); Blue value is 0 (0.39% from 255 or 0% from 457); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F900 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F900 is #2F06FF. Grayscale: #D1D1D1. Windows color (decimal): -3081984 or 63952. OLE color: 63952.

HSL color Cylindrical-coordinate representation of color #D0F900: hue angle of 69.88º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0F900 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 249 0 -
CMYK 0.16 0 1 0.02
HSL 69.88º 1% 0.49% -
HSV(B) 69.88º 1% 0.98% -
XYZ 59.89 81.16 12.51 -
YUV 208.36 10.42 127.75 -
System Red Green Blue C M Y K H S L
Decimal 208 249 0 0.16 0 1 0.02 69.88 1 0.49
Hex D0 F9 0 10 0 64 2 46 64 31
Octal 320 371 0 20 0 144 2 106 144 61
Binary 11010000 11111001 0 10000 0 1100100 10 1000110 1100100 110001

Color Harmonies of #D0F900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F900

Black with #D0F900

Text Example


Text Example

White with #D0F900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F900; }

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

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

background-color css

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

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

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

border-color css

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

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

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