Html Css Color HEX #D0F908 Electric Lime

📋 copy color: '#D0F908'

red 208 ◦ green 249 ◦ blue 8

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

Shades of Electric Lime #D0F908

Tints of Electric Lime #D0F908

RGB

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

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

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

R = 44.73%
G = 53.55%
B = 1.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#D0F908 (or 0xD0F908) is known color: Electric Lime. HEX triplet: D0, F9 and 08. RGB value is (208,249,8). Sum of RGB (Red+Green+Blue) = 208+249+8=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 249 (97.66% from 255 or 53.55% from 465); Blue value is 8 (3.52% from 255 or 1.72% from 465); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F908 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F908 is #2F06F7. Grayscale: #D2D2D2. Windows color (decimal): -3081976 or 588240. OLE color: 588240.

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

Color convert

RGB 208 249 8 -
CMYK 0.16 0 0.97 0.02
HSL 70.21º 0.95% 0.5% -
HSV(B) 70.21º 0.97% 0.98% -
XYZ 59.93 81.18 12.74 -
YUV 209.27 14.42 127.1 -
System Red Green Blue C M Y K H S L
Decimal 208 249 8 0.16 0 0.97 0.02 70.21 0.95 0.5
Hex D0 F9 8 10 0 61 2 46 5F 32
Octal 320 371 10 20 0 141 2 106 137 62
Binary 11010000 11111001 1000 10000 0 1100001 10 1000110 1011111 110010

Color Harmonies of #D0F908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F908

Black with #D0F908

Text Example


Text Example

White with #D0F908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F908; }

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

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

background-color css

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

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

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

border-color css

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

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

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