Html Css Color HEX #D0F607 Electric Lime

📋 copy color: '#D0F607'

red 208 ◦ green 246 ◦ blue 7

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

Shades of Electric Lime #D0F607

Tints of Electric Lime #D0F607

RGB

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

 GREEN value IS 246 (96.48% from 255) = 53.36%

 BLUE value IS 7 (3.13% from 255) = 1.52%

R = 45.12%
G = 53.36%
B = 1.52%

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

#D0F607 (or 0xD0F607) is known color: Electric Lime. HEX triplet: D0, F6 and 07. RGB value is (208,246,7). Sum of RGB (Red+Green+Blue) = 208+246+7=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 246 (96.48% from 255 or 53.36% from 461); Blue value is 7 (3.12% from 255 or 1.52% from 461); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F607 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F607 is #2F09F8. Grayscale: #D0D0D0. Windows color (decimal): -3082745 or 521936. OLE color: 521936.

HSL color Cylindrical-coordinate representation of color #D0F607: hue angle of 69.54º 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 #D0F607 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 246 7 -
CMYK 0.15 0 0.97 0.04
HSL 69.54º 0.94% 0.5% -
HSV(B) 69.54º 0.97% 0.96% -
XYZ 59.01 79.34 12.4 -
YUV 207.39 14.91 128.43 -
System Red Green Blue C M Y K H S L
Decimal 208 246 7 0.15 0 0.97 0.04 69.54 0.94 0.5
Hex D0 F6 7 F 0 61 4 46 5E 32
Octal 320 366 7 17 0 141 4 106 136 62
Binary 11010000 11110110 111 1111 0 1100001 100 1000110 1011110 110010

Color Harmonies of #D0F607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F607

Black with #D0F607

Text Example


Text Example

White with #D0F607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F607; }

 p { color: rgb(208,246,7); }

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

background-color css

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

 a { background-color: rgb(208,246,7); }

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

border-color css

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

 span { border-color: rgb(208,246,7); }

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