Html Css Color HEX #D1FB1E Electric Lime

📋 copy color: '#D1FB1E'

red 209 ◦ green 251 ◦ blue 30

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

Shades of Electric Lime #D1FB1E

Tints of Electric Lime #D1FB1E

RGB

 RED value IS 209 (82.03% from 255) = 42.65%

 GREEN value IS 251 (98.44% from 255) = 51.22%

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

R = 42.65%
G = 51.22%
B = 6.12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#D1FB1E (or 0xD1FB1E) is known color: Electric Lime. HEX triplet: D1, FB and 1E. RGB value is (209,251,30). Sum of RGB (Red+Green+Blue) = 209+251+30=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 251 (98.44% from 255 or 51.22% from 490); Blue value is 30 (12.11% from 255 or 6.12% from 490); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FB1E is #2E04E1. Grayscale: #D6D6D6. Windows color (decimal): -3015906 or 2030545. OLE color: 2030545.

HSL color Cylindrical-coordinate representation of color #D1FB1E: hue angle of 71.4º degrees, saturation: 0.97, 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 #D1FB1E is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 251 30 -
CMYK 0.17 0 0.88 0.02
HSL 71.4º 0.97% 0.55% -
HSV(B) 71.4º 0.88% 0.98% -
XYZ 61.03 82.64 13.96 -
YUV 213.25 24.59 124.97 -
System Red Green Blue C M Y K H S L
Decimal 209 251 30 0.17 0 0.88 0.02 71.4 0.97 0.55
Hex D1 FB 1E 11 0 58 2 47 61 37
Octal 321 373 36 21 0 130 2 107 141 67
Binary 11010001 11111011 11110 10001 0 1011000 10 1000111 1100001 110111

Color Harmonies of #D1FB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FB1E

Black with #D1FB1E

Text Example


Text Example

White with #D1FB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FB1E; }

 p { color: rgb(209,251,30); }

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

background-color css

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

 a { background-color: rgb(209,251,30); }

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

border-color css

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

 span { border-color: rgb(209,251,30); }

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