Html Css Color HEX #D0F701 Electric Lime

📋 copy color: '#D0F701'

red 208 ◦ green 247 ◦ blue 1

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

Shades of Electric Lime #D0F701

Tints of Electric Lime #D0F701

RGB

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

 GREEN value IS 247 (96.88% from 255) = 54.17%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 45.61%
G = 54.17%
B = 0.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#D0F701 (or 0xD0F701) is known color: Electric Lime. HEX triplet: D0, F7 and 01. RGB value is (208,247,1). Sum of RGB (Red+Green+Blue) = 208+247+1=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 247 (96.88% from 255 or 54.17% from 456); Blue value is 1 (0.78% from 255 or 0.22% from 456); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F701 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F701 is #2F08FE. Grayscale: #D0D0D0. Windows color (decimal): -3082495 or 128976. OLE color: 128976.

HSL color Cylindrical-coordinate representation of color #D0F701: hue angle of 69.51º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0F701 is Cyan = 0.16, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 247 1 -
CMYK 0.16 0 1.00 0.03
HSL 69.51º 0.99% 0.49% -
HSV(B) 69.51º 1% 0.97% -
XYZ 59.28 79.93 12.33 -
YUV 207.3 11.58 128.5 -
System Red Green Blue C M Y K H S L
Decimal 208 247 1 0.16 0 1.00 0.03 69.51 0.99 0.49
Hex D0 F7 1 10 0 64 3 46 63 31
Octal 320 367 1 20 0 144 3 106 143 61
Binary 11010000 11110111 1 10000 0 1100100 11 1000110 1100011 110001

Color Harmonies of #D0F701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F701

Black with #D0F701

Text Example


Text Example

White with #D0F701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F701; }

 p { color: rgb(208,247,1); }

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

background-color css

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

 a { background-color: rgb(208,247,1); }

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

border-color css

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

 span { border-color: rgb(208,247,1); }

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