Html Css Color HEX #D3F310 Electric Lime

📋 copy color: '#D3F310'

red 211 ◦ green 243 ◦ blue 16

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

Shades of Electric Lime #D3F310

Tints of Electric Lime #D3F310

RGB

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

 GREEN value IS 243 (95.31% from 255) = 51.7%

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

R = 44.89%
G = 51.7%
B = 3.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#D3F310 (or 0xD3F310) is known color: Electric Lime. HEX triplet: D3, F3 and 10. RGB value is (211,243,16). Sum of RGB (Red+Green+Blue) = 211+243+16=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 243 (95.31% from 255 or 51.70% from 470); Blue value is 16 (6.64% from 255 or 3.40% from 470); Max value from RGB is 243 - color contains mainly: green. Hex color #D3F310 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F310 is #2C0CEF. Grayscale: #D0D0D0. Windows color (decimal): -2886896 or 1110995. OLE color: 1110995.

HSL color Cylindrical-coordinate representation of color #D3F310: hue angle of 68.46º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3F310 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 243 16 -
CMYK 0.13 0 0.93 0.05
HSL 68.46º 0.9% 0.51% -
HSV(B) 68.46º 0.93% 0.95% -
XYZ 59.01 77.99 12.43 -
YUV 207.55 19.9 130.46 -
System Red Green Blue C M Y K H S L
Decimal 211 243 16 0.13 0 0.93 0.05 68.46 0.9 0.51
Hex D3 F3 10 D 0 5D 5 44 5A 33
Octal 323 363 20 15 0 135 5 104 132 63
Binary 11010011 11110011 10000 1101 0 1011101 101 1000100 1011010 110011

Color Harmonies of #D3F310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F310

Black with #D3F310

Text Example


Text Example

White with #D3F310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F310; }

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

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

background-color css

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

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

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

border-color css

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

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

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