Html Css Color HEX #D0F406 Electric Lime

📋 copy color: '#D0F406'

red 208 ◦ green 244 ◦ blue 6

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

Shades of Electric Lime #D0F406

Tints of Electric Lime #D0F406

RGB

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

 GREEN value IS 244 (95.7% from 255) = 53.28%

 BLUE value IS 6 (2.73% from 255) = 1.31%

R = 45.41%
G = 53.28%
B = 1.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#D0F406 (or 0xD0F406) is known color: Electric Lime. HEX triplet: D0, F4 and 06. RGB value is (208,244,6). Sum of RGB (Red+Green+Blue) = 208+244+6=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 244 (95.70% from 255 or 53.28% from 458); Blue value is 6 (2.73% from 255 or 1.31% from 458); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F406 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F406 is #2F0BF9. Grayscale: #CFCFCF. Windows color (decimal): -3083258 or 455888. OLE color: 455888.

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

Color convert

RGB 208 244 6 -
CMYK 0.15 0 0.98 0.04
HSL 69.08º 0.95% 0.49% -
HSV(B) 69.08º 0.98% 0.96% -
XYZ 58.4 78.12 12.17 -
YUV 206.1 15.07 129.35 -
System Red Green Blue C M Y K H S L
Decimal 208 244 6 0.15 0 0.98 0.04 69.08 0.95 0.49
Hex D0 F4 6 F 0 62 4 45 5F 31
Octal 320 364 6 17 0 142 4 105 137 61
Binary 11010000 11110100 110 1111 0 1100010 100 1000101 1011111 110001

Color Harmonies of #D0F406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F406

Black with #D0F406

Text Example


Text Example

White with #D0F406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F406; }

 p { color: rgb(208,244,6); }

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

background-color css

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

 a { background-color: rgb(208,244,6); }

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

border-color css

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

 span { border-color: rgb(208,244,6); }

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