Html Css Color HEX #D3F70F Electric Lime

📋 copy color: '#D3F70F'

red 211 ◦ green 247 ◦ blue 15

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

Shades of Electric Lime #D3F70F

Tints of Electric Lime #D3F70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.17%

R = 44.61%
G = 52.22%
B = 3.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#D3F70F (or 0xD3F70F) is known color: Electric Lime. HEX triplet: D3, F7 and 0F. RGB value is (211,247,15). Sum of RGB (Red+Green+Blue) = 211+247+15=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 247 (96.88% from 255 or 52.22% from 473); Blue value is 15 (6.25% from 255 or 3.17% from 473); Max value from RGB is 247 - color contains mainly: green. Hex color #D3F70F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F70F is #2C08F0. Grayscale: #D2D2D2. Windows color (decimal): -2885873 or 1046483. OLE color: 1046483.

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

Color convert

RGB 211 247 15 -
CMYK 0.15 0 0.94 0.03
HSL 69.31º 0.94% 0.51% -
HSV(B) 69.31º 0.94% 0.97% -
XYZ 60.21 80.4 12.8 -
YUV 209.79 18.07 128.86 -
System Red Green Blue C M Y K H S L
Decimal 211 247 15 0.15 0 0.94 0.03 69.31 0.94 0.51
Hex D3 F7 F F 0 5E 3 45 5E 33
Octal 323 367 17 17 0 136 3 105 136 63
Binary 11010011 11110111 1111 1111 0 1011110 11 1000101 1011110 110011

Color Harmonies of #D3F70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F70F

Black with #D3F70F

Text Example


Text Example

White with #D3F70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F70F; }

 p { color: rgb(211,247,15); }

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

background-color css

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

 a { background-color: rgb(211,247,15); }

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

border-color css

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

 span { border-color: rgb(211,247,15); }

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