Html Css Color HEX #D3F010 Electric Lime

📋 copy color: '#D3F010'

red 211 ◦ green 240 ◦ blue 16

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

Shades of Electric Lime #D3F010

Tints of Electric Lime #D3F010

RGB

 RED value IS 211 (82.81% from 255) = 45.18%

 GREEN value IS 240 (94.14% from 255) = 51.39%

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

R = 45.18%
G = 51.39%
B = 3.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#D3F010 (or 0xD3F010) is known color: Electric Lime. HEX triplet: D3, F0 and 10. RGB value is (211,240,16). Sum of RGB (Red+Green+Blue) = 211+240+16=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 16 (6.64% from 255 or 3.43% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #D3F010 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F010 is #2C0FEF. Grayscale: #CECECE. Windows color (decimal): -2887664 or 1110227. OLE color: 1110227.

HSL color Cylindrical-coordinate representation of color #D3F010: hue angle of 67.77º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3F010 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 240 16 -
CMYK 0.12 0 0.93 0.06
HSL 67.77º 0.88% 0.5% -
HSV(B) 67.77º 0.93% 0.94% -
XYZ 58.12 76.21 12.14 -
YUV 205.79 20.89 131.71 -
System Red Green Blue C M Y K H S L
Decimal 211 240 16 0.12 0 0.93 0.06 67.77 0.88 0.5
Hex D3 F0 10 C 0 5D 6 44 58 32
Octal 323 360 20 14 0 135 6 104 130 62
Binary 11010011 11110000 10000 1100 0 1011101 110 1000100 1011000 110010

Color Harmonies of #D3F010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F010

Black with #D3F010

Text Example


Text Example

White with #D3F010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F010; }

 p { color: rgb(211,240,16); }

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

background-color css

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

 a { background-color: rgb(211,240,16); }

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

border-color css

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

 span { border-color: rgb(211,240,16); }

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