Html Css Color HEX #D1F100 Electric Lime

📋 copy color: '#D1F100'

red 209 ◦ green 241 ◦ blue 0

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

Shades of Electric Lime #D1F100

Tints of Electric Lime #D1F100

RGB

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

 GREEN value IS 241 (94.53% from 255) = 53.56%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.44%
G = 53.56%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#D1F100 (or 0xD1F100) is known color: Electric Lime. HEX triplet: D1, F1 and 00. RGB value is (209,241,0). Sum of RGB (Red+Green+Blue) = 209+241+0=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 241 (94.53% from 255 or 53.56% from 450); Blue value is 0 (0.39% from 255 or 0% from 450); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F100 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F100 is #2E0EFF. Grayscale: #CCCCCC. Windows color (decimal): -3018496 or 61905. OLE color: 61905.

HSL color Cylindrical-coordinate representation of color #D1F100: hue angle of 67.97º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1F100 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 241 0 -
CMYK 0.13 0 1 0.05
HSL 67.97º 1% 0.47% -
HSV(B) 67.97º 1% 0.95% -
XYZ 57.75 76.47 11.72 -
YUV 203.96 12.9 131.6 -
System Red Green Blue C M Y K H S L
Decimal 209 241 0 0.13 0 1 0.05 67.97 1 0.47
Hex D1 F1 0 D 0 64 5 44 64 2F
Octal 321 361 0 15 0 144 5 104 144 57
Binary 11010001 11110001 0 1101 0 1100100 101 1000100 1100100 101111

Color Harmonies of #D1F100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F100

Black with #D1F100

Text Example


Text Example

White with #D1F100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F100; }

 p { color: rgb(209,241,0); }

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

background-color css

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

 a { background-color: rgb(209,241,0); }

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

border-color css

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

 span { border-color: rgb(209,241,0); }

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