Html Css Color HEX #D3F418 Electric Lime

📋 copy color: '#D3F418'

red 211 ◦ green 244 ◦ blue 24

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

Shades of Electric Lime #D3F418

Tints of Electric Lime #D3F418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.01%

R = 44.05%
G = 50.94%
B = 5.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#D3F418 (or 0xD3F418) is known color: Electric Lime. HEX triplet: D3, F4 and 18. RGB value is (211,244,24). Sum of RGB (Red+Green+Blue) = 211+244+24=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 244 (95.70% from 255 or 50.94% from 479); Blue value is 24 (9.77% from 255 or 5.01% from 479); Max value from RGB is 244 - color contains mainly: green. Hex color #D3F418 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F418 is #2C0BE7. Grayscale: #D1D1D1. Windows color (decimal): -2886632 or 1635539. OLE color: 1635539.

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

Color convert

RGB 211 244 24 -
CMYK 0.14 0 0.90 0.04
HSL 69º 0.91% 0.53% -
HSV(B) 69º 0.9% 0.96% -
XYZ 59.38 78.62 12.91 -
YUV 209.05 23.57 129.39 -
System Red Green Blue C M Y K H S L
Decimal 211 244 24 0.14 0 0.90 0.04 69 0.91 0.53
Hex D3 F4 18 E 0 5A 4 45 5B 35
Octal 323 364 30 16 0 132 4 105 133 65
Binary 11010011 11110100 11000 1110 0 1011010 100 1000101 1011011 110101

Color Harmonies of #D3F418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F418

Black with #D3F418

Text Example


Text Example

White with #D3F418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F418; }

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

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

background-color css

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

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

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

border-color css

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

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

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