Html Css Color HEX #D1FF0F Electric Lime

📋 copy color: '#D1FF0F'

red 209 ◦ green 255 ◦ blue 15

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

Shades of Electric Lime #D1FF0F

Tints of Electric Lime #D1FF0F

RGB

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

 GREEN value IS 255 (100% from 255) = 53.24%

 BLUE value IS 15 (6.25% from 255) = 3.13%

R = 43.63%
G = 53.24%
B = 3.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#D1FF0F (or 0xD1FF0F) is known color: Electric Lime. HEX triplet: D1, FF and 0F. RGB value is (209,255,15). Sum of RGB (Red+Green+Blue) = 209+255+15=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 15 (6.25% from 255 or 3.13% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1FF0F is #2E00F0. Grayscale: #D6D6D6. Windows color (decimal): -3014897 or 1048529. OLE color: 1048529.

HSL color Cylindrical-coordinate representation of color #D1FF0F: hue angle of 71.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1FF0F is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 209 255 15 -
CMYK 0.18 0 0.94 0
HSL 71.5º 1% 0.53% -
HSV(B) 71.5º 0.94% 1% -
XYZ 62.14 85.11 13.6 -
YUV 213.89 15.76 124.51 -
System Red Green Blue C M Y K H S L
Decimal 209 255 15 0.18 0 0.94 0 71.5 1 0.53
Hex D1 FF F 12 0 5E 0 48 64 35
Octal 321 377 17 22 0 136 0 110 144 65
Binary 11010001 11111111 1111 10010 0 1011110 0 1001000 1100100 110101

Color Harmonies of #D1FF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FF0F

Black with #D1FF0F

Text Example


Text Example

White with #D1FF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FF0F; }

 p { color: rgb(209,255,15); }

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

background-color css

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

 a { background-color: rgb(209,255,15); }

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

border-color css

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

 span { border-color: rgb(209,255,15); }

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