Html Css Color HEX #D0FA08 Electric Lime

📋 copy color: '#D0FA08'

red 208 ◦ green 250 ◦ blue 8

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

Shades of Electric Lime #D0FA08

Tints of Electric Lime #D0FA08

RGB

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

 GREEN value IS 250 (98.05% from 255) = 53.65%

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

R = 44.64%
G = 53.65%
B = 1.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#D0FA08 (or 0xD0FA08) is known color: Electric Lime. HEX triplet: D0, FA and 08. RGB value is (208,250,8). Sum of RGB (Red+Green+Blue) = 208+250+8=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 250 (98.05% from 255 or 53.65% from 466); Blue value is 8 (3.52% from 255 or 1.72% from 466); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FA08 is #2F05F7. Grayscale: #D2D2D2. Windows color (decimal): -3081720 or 588496. OLE color: 588496.

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

Color convert

RGB 208 250 8 -
CMYK 0.17 0 0.97 0.02
HSL 70.41º 0.96% 0.51% -
HSV(B) 70.41º 0.97% 0.98% -
XYZ 60.24 81.8 12.84 -
YUV 209.85 14.09 126.68 -
System Red Green Blue C M Y K H S L
Decimal 208 250 8 0.17 0 0.97 0.02 70.41 0.96 0.51
Hex D0 FA 8 11 0 61 2 46 60 33
Octal 320 372 10 21 0 141 2 106 140 63
Binary 11010000 11111010 1000 10001 0 1100001 10 1000110 1100000 110011

Color Harmonies of #D0FA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FA08

Black with #D0FA08

Text Example


Text Example

White with #D0FA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FA08; }

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

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

background-color css

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

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

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

border-color css

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

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

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