Html Css Color HEX #D3F40D Electric Lime

📋 copy color: '#D3F40D'

red 211 ◦ green 244 ◦ blue 13

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

Shades of Electric Lime #D3F40D

Tints of Electric Lime #D3F40D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 52.14%

 BLUE value IS 13 (5.47% from 255) = 2.78%

R = 45.09%
G = 52.14%
B = 2.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#D3F40D (or 0xD3F40D) is known color: Electric Lime. HEX triplet: D3, F4 and 0D. RGB value is (211,244,13). Sum of RGB (Red+Green+Blue) = 211+244+13=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 244 (95.70% from 255 or 52.14% from 468); Blue value is 13 (5.47% from 255 or 2.78% from 468); Max value from RGB is 244 - color contains mainly: green. Hex color #D3F40D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F40D is #2C0BF2. Grayscale: #D0D0D0. Windows color (decimal): -2886643 or 914643. OLE color: 914643.

HSL color Cylindrical-coordinate representation of color #D3F40D: hue angle of 68.57º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D3F40D is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 211 244 13 -
CMYK 0.14 0 0.95 0.04
HSL 68.57º 0.91% 0.5% -
HSV(B) 68.57º 0.95% 0.96% -
XYZ 59.29 78.58 12.42 -
YUV 207.8 18.07 130.28 -
System Red Green Blue C M Y K H S L
Decimal 211 244 13 0.14 0 0.95 0.04 68.57 0.91 0.5
Hex D3 F4 D E 0 5F 4 45 5B 32
Octal 323 364 15 16 0 137 4 105 133 62
Binary 11010011 11110100 1101 1110 0 1011111 100 1000101 1011011 110010

Color Harmonies of #D3F40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F40D

Black with #D3F40D

Text Example


Text Example

White with #D3F40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F40D; }

 p { color: rgb(211,244,13); }

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

background-color css

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

 a { background-color: rgb(211,244,13); }

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

border-color css

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

 span { border-color: rgb(211,244,13); }

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