Html Css Color HEX #D0F508 Electric Lime

📋 copy color: '#D0F508'

red 208 ◦ green 245 ◦ blue 8

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

Shades of Electric Lime #D0F508

Tints of Electric Lime #D0F508

RGB

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

 GREEN value IS 245 (96.09% from 255) = 53.15%

 BLUE value IS 8 (3.52% from 255) = 1.74%

R = 45.12%
G = 53.15%
B = 1.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#D0F508 (or 0xD0F508) is known color: Electric Lime. HEX triplet: D0, F5 and 08. RGB value is (208,245,8). Sum of RGB (Red+Green+Blue) = 208+245+8=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 245 (96.09% from 255 or 53.15% from 461); Blue value is 8 (3.52% from 255 or 1.74% from 461); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F508 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F508 is #2F0AF7. Grayscale: #CFCFCF. Windows color (decimal): -3083000 or 587216. OLE color: 587216.

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

Color convert

RGB 208 245 8 -
CMYK 0.15 0 0.97 0.04
HSL 69.37º 0.94% 0.5% -
HSV(B) 69.37º 0.97% 0.96% -
XYZ 58.71 78.73 12.33 -
YUV 206.92 15.74 128.77 -
System Red Green Blue C M Y K H S L
Decimal 208 245 8 0.15 0 0.97 0.04 69.37 0.94 0.5
Hex D0 F5 8 F 0 61 4 45 5E 32
Octal 320 365 10 17 0 141 4 105 136 62
Binary 11010000 11110101 1000 1111 0 1100001 100 1000101 1011110 110010

Color Harmonies of #D0F508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F508

Black with #D0F508

Text Example


Text Example

White with #D0F508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F508; }

 p { color: rgb(208,245,8); }

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

background-color css

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

 a { background-color: rgb(208,245,8); }

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

border-color css

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

 span { border-color: rgb(208,245,8); }

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