Html Css Color HEX #D3FE1D Electric Lime

📋 copy color: '#D3FE1D'

red 211 ◦ green 254 ◦ blue 29

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

Shades of Electric Lime #D3FE1D

Tints of Electric Lime #D3FE1D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.42%

 BLUE value IS 29 (11.72% from 255) = 5.87%

R = 42.71%
G = 51.42%
B = 5.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#D3FE1D (or 0xD3FE1D) is known color: Electric Lime. HEX triplet: D3, FE and 1D. RGB value is (211,254,29). Sum of RGB (Red+Green+Blue) = 211+254+29=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 29 (11.72% from 255 or 5.87% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #D3FE1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3FE1D is #2C01E2. Grayscale: #D8D8D8. Windows color (decimal): -2884067 or 1965779. OLE color: 1965779.

HSL color Cylindrical-coordinate representation of color #D3FE1D: hue angle of 71.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D3FE1D is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.

Color convert

RGB 211 254 29 -
CMYK 0.17 0 0.89 0.00
HSL 71.47º 0.99% 0.55% -
HSV(B) 71.47º 0.89% 1% -
XYZ 62.53 84.82 14.24 -
YUV 215.49 22.75 124.8 -
System Red Green Blue C M Y K H S L
Decimal 211 254 29 0.17 0 0.89 0.00 71.47 0.99 0.55
Hex D3 FE 1D 11 0 59 0 47 63 37
Octal 323 376 35 21 0 131 0 107 143 67
Binary 11010011 11111110 11101 10001 0 1011001 0 1000111 1100011 110111

Color Harmonies of #D3FE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3FE1D

Black with #D3FE1D

Text Example


Text Example

White with #D3FE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3FE1D; }

 p { color: rgb(211,254,29); }

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

background-color css

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

 a { background-color: rgb(211,254,29); }

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

border-color css

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

 span { border-color: rgb(211,254,29); }

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