Html Css Color HEX #D1FC07 Electric Lime

📋 copy color: '#D1FC07'

red 209 ◦ green 252 ◦ blue 7

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

Shades of Electric Lime #D1FC07

Tints of Electric Lime #D1FC07

RGB

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

 GREEN value IS 252 (98.83% from 255) = 53.85%

 BLUE value IS 7 (3.13% from 255) = 1.5%

R = 44.66%
G = 53.85%
B = 1.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#D1FC07 (or 0xD1FC07) is known color: Electric Lime. HEX triplet: D1, FC and 07. RGB value is (209,252,7). Sum of RGB (Red+Green+Blue) = 209+252+7=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 252 (98.83% from 255 or 53.85% from 468); Blue value is 7 (3.12% from 255 or 1.50% from 468); Max value from RGB is 252 - color contains mainly: green. Hex color #D1FC07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1FC07 is #2E03F8. Grayscale: #D4D4D4. Windows color (decimal): -3015673 or 523473. OLE color: 523473.

HSL color Cylindrical-coordinate representation of color #D1FC07: hue angle of 70.53º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D1FC07 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 252 7 -
CMYK 0.17 0 0.97 0.01
HSL 70.53º 0.98% 0.51% -
HSV(B) 70.53º 0.97% 0.99% -
XYZ 61.14 83.19 13.04 -
YUV 211.21 12.75 126.42 -
System Red Green Blue C M Y K H S L
Decimal 209 252 7 0.17 0 0.97 0.01 70.53 0.98 0.51
Hex D1 FC 7 11 0 61 1 47 62 33
Octal 321 374 7 21 0 141 1 107 142 63
Binary 11010001 11111100 111 10001 0 1100001 1 1000111 1100010 110011

Color Harmonies of #D1FC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FC07

Black with #D1FC07

Text Example


Text Example

White with #D1FC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FC07; }

 p { color: rgb(209,252,7); }

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

background-color css

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

 a { background-color: rgb(209,252,7); }

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

border-color css

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

 span { border-color: rgb(209,252,7); }

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