Html Css Color HEX #D0F710 Electric Lime

📋 copy color: '#D0F710'

red 208 ◦ green 247 ◦ blue 16

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

Shades of Electric Lime #D0F710

Tints of Electric Lime #D0F710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.4%

R = 44.16%
G = 52.44%
B = 3.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#D0F710 (or 0xD0F710) is known color: Electric Lime. HEX triplet: D0, F7 and 10. RGB value is (208,247,16). Sum of RGB (Red+Green+Blue) = 208+247+16=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 247 (96.88% from 255 or 52.44% from 471); Blue value is 16 (6.64% from 255 or 3.40% from 471); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F710 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F710 is #2F08EF. Grayscale: #D1D1D1. Windows color (decimal): -3082480 or 1112016. OLE color: 1112016.

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

Color convert

RGB 208 247 16 -
CMYK 0.16 0 0.94 0.03
HSL 70.13º 0.94% 0.52% -
HSV(B) 70.13º 0.94% 0.97% -
XYZ 59.37 79.97 12.8 -
YUV 209.01 19.08 127.28 -
System Red Green Blue C M Y K H S L
Decimal 208 247 16 0.16 0 0.94 0.03 70.13 0.94 0.52
Hex D0 F7 10 10 0 5E 3 46 5E 34
Octal 320 367 20 20 0 136 3 106 136 64
Binary 11010000 11110111 10000 10000 0 1011110 11 1000110 1011110 110100

Color Harmonies of #D0F710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F710

Black with #D0F710

Text Example


Text Example

White with #D0F710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F710; }

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

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

background-color css

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

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

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

border-color css

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

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

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