Html Css Color HEX #D1FE20 Electric Lime

📋 copy color: '#D1FE20'

red 209 ◦ green 254 ◦ blue 32

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

Shades of Electric Lime #D1FE20

Tints of Electric Lime #D1FE20

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.31%

 BLUE value IS 32 (12.89% from 255) = 6.46%

R = 42.22%
G = 51.31%
B = 6.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#D1FE20 (or 0xD1FE20) is known color: Electric Lime. HEX triplet: D1, FE and 20. RGB value is (209,254,32). Sum of RGB (Red+Green+Blue) = 209+254+32=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 254 (99.61% from 255 or 51.31% from 495); Blue value is 32 (12.89% from 255 or 6.46% from 495); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FE20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FE20 is #2E01DF. Grayscale: #D8D8D8. Windows color (decimal): -3015136 or 2162385. OLE color: 2162385.

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

Color convert

RGB 209 254 32 -
CMYK 0.18 0 0.87 0.00
HSL 72.16º 0.99% 0.56% -
HSV(B) 72.16º 0.87% 1% -
XYZ 62 84.54 14.42 -
YUV 215.24 24.59 123.55 -
System Red Green Blue C M Y K H S L
Decimal 209 254 32 0.18 0 0.87 0.00 72.16 0.99 0.56
Hex D1 FE 20 12 0 57 0 48 63 38
Octal 321 376 40 22 0 127 0 110 143 70
Binary 11010001 11111110 100000 10010 0 1010111 0 1001000 1100011 111000

Color Harmonies of #D1FE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FE20

Black with #D1FE20

Text Example


Text Example

White with #D1FE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FE20; }

 p { color: rgb(209,254,32); }

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

background-color css

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

 a { background-color: rgb(209,254,32); }

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

border-color css

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

 span { border-color: rgb(209,254,32); }

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