Html Css Color HEX #D0F108 Electric Lime

📋 copy color: '#D0F108'

red 208 ◦ green 241 ◦ blue 8

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

Shades of Electric Lime #D0F108

Tints of Electric Lime #D0F108

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.74%

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

R = 45.51%
G = 52.74%
B = 1.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#D0F108 (or 0xD0F108) is known color: Electric Lime. HEX triplet: D0, F1 and 08. RGB value is (208,241,8). Sum of RGB (Red+Green+Blue) = 208+241+8=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 241 (94.53% from 255 or 52.74% from 457); Blue value is 8 (3.52% from 255 or 1.75% from 457); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F108 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F108 is #2F0EF7. Grayscale: #CDCDCD. Windows color (decimal): -3084024 or 586192. OLE color: 586192.

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

Color convert

RGB 208 241 8 -
CMYK 0.14 0 0.97 0.05
HSL 68.5º 0.94% 0.49% -
HSV(B) 68.5º 0.97% 0.95% -
XYZ 57.51 76.34 11.93 -
YUV 204.57 17.07 130.45 -
System Red Green Blue C M Y K H S L
Decimal 208 241 8 0.14 0 0.97 0.05 68.5 0.94 0.49
Hex D0 F1 8 E 0 61 5 44 5E 31
Octal 320 361 10 16 0 141 5 104 136 61
Binary 11010000 11110001 1000 1110 0 1100001 101 1000100 1011110 110001

Color Harmonies of #D0F108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F108

Black with #D0F108

Text Example


Text Example

White with #D0F108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F108; }

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

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

background-color css

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

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

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

border-color css

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

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

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