Html Css Color HEX #D3FA1E Electric Lime

📋 copy color: '#D3FA1E'

red 211 ◦ green 250 ◦ blue 30

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

Shades of Electric Lime #D3FA1E

Tints of Electric Lime #D3FA1E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.92%

 BLUE value IS 30 (12.11% from 255) = 6.11%

R = 42.97%
G = 50.92%
B = 6.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#D3FA1E (or 0xD3FA1E) is known color: Electric Lime. HEX triplet: D3, FA and 1E. RGB value is (211,250,30). Sum of RGB (Red+Green+Blue) = 211+250+30=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 30 (12.11% from 255 or 6.11% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FA1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3FA1E is #2C05E1. Grayscale: #D6D6D6. Windows color (decimal): -2885090 or 2030291. OLE color: 2030291.

HSL color Cylindrical-coordinate representation of color #D3FA1E: hue angle of 70.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3FA1E is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 250 30 -
CMYK 0.16 0 0.88 0.02
HSL 70.64º 0.96% 0.55% -
HSV(B) 70.64º 0.88% 0.98% -
XYZ 61.28 82.31 13.89 -
YUV 213.26 24.58 126.39 -
System Red Green Blue C M Y K H S L
Decimal 211 250 30 0.16 0 0.88 0.02 70.64 0.96 0.55
Hex D3 FA 1E 10 0 58 2 47 60 37
Octal 323 372 36 20 0 130 2 107 140 67
Binary 11010011 11111010 11110 10000 0 1011000 10 1000111 1100000 110111

Color Harmonies of #D3FA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3FA1E

Black with #D3FA1E

Text Example


Text Example

White with #D3FA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3FA1E; }

 p { color: rgb(211,250,30); }

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

background-color css

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

 a { background-color: rgb(211,250,30); }

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

border-color css

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

 span { border-color: rgb(211,250,30); }

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