#D4FE1D

Color #D4FE1D Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #D4FE1D

Tints of Electric Lime #D4FE1D

Color information

#D4FE1D (or 0xD4FE1D) is unknown color: approx Electric Lime. HEX triplet: D4, FE and 1D. RGB value is (212,254,29). Sum of RGB (Red+Green+Blue) = 212+254+29=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 254 (99.61% from 255 or 51.31% from 495); Blue value is 29 (11.72% from 255 or 5.86% from 495); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FE1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FE1D is #2B01E2. Grayscale: #D8D8D8. Windows color (decimal): -2818531 or 1965780. OLE color: 1965780.

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

Color convert

RGB21225429-
CMYK0.1700.890.00
HSL71.2º99.12%55.49%-
HSV(B)71.2º88.58%99.61%-
XYZ62.8184.9714.25-
YUV215.7922.59125.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.83%
GREEN value IS 254 (99.61% from 255) = 51.31%
BLUE value IS 29 (11.72% from 255) = 5.86%
R=42.83%
G=51.31%
B=5.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal212254290.1700.890.0071.299.1255.49
HexD4FE1D110590476337
Octal32437635210131010714367
Binary1101010011111110111011000101011001010001111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FE1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FE1D; }

 p { color: rgb(212,254,29); }

 H1.HeaderClassName
 {
   color: #D4FE1D;
 }
 .AnyTagClassName
 {
   color: #D4FE1D;
 }
</style>
background-color css

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

 a { background-color: rgb(212,254,29); }

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

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

 span { border-color: rgb(212,254,29); }

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