Html Css Color HEX #D1FE1E Electric Lime

📋 copy color: '#D1FE1E'

red 209 ◦ green 254 ◦ blue 30

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

Shades of Electric Lime #D1FE1E

Tints of Electric Lime #D1FE1E

RGB

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

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

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

R = 42.39%
G = 51.52%
B = 6.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#D1FE1E (or 0xD1FE1E) is known color: Electric Lime. HEX triplet: D1, FE and 1E. RGB value is (209,254,30). Sum of RGB (Red+Green+Blue) = 209+254+30=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 30 (12.11% from 255 or 6.09% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FE1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FE1E is #2E01E1. Grayscale: #D7D7D7. Windows color (decimal): -3015138 or 2031313. OLE color: 2031313.

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

Color convert

RGB 209 254 30 -
CMYK 0.18 0 0.88 0.00
HSL 72.05º 0.99% 0.56% -
HSV(B) 72.05º 0.88% 1% -
XYZ 61.97 84.53 14.28 -
YUV 215.01 23.59 123.71 -
System Red Green Blue C M Y K H S L
Decimal 209 254 30 0.18 0 0.88 0.00 72.05 0.99 0.56
Hex D1 FE 1E 12 0 58 0 48 63 38
Octal 321 376 36 22 0 130 0 110 143 70
Binary 11010001 11111110 11110 10010 0 1011000 0 1001000 1100011 111000

Color Harmonies of #D1FE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FE1E

Black with #D1FE1E

Text Example


Text Example

White with #D1FE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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