#D2FF1E

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

Shades of Electric Lime #D2FF1E

Tints of Electric Lime #D2FF1E

Color information

#D2FF1E (or 0xD2FF1E) is unknown color: approx Electric Lime. HEX triplet: D2, FF and 1E. RGB value is (210,255,30). Sum of RGB (Red+Green+Blue) = 210+255+30=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 30 (12.11% from 255 or 6.06% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FF1E is #2D00E1. Grayscale: #D8D8D8. Windows color (decimal): -2949346 or 2031570. OLE color: 2031570.

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

Color convert

RGB21025530-
CMYK0.1800.880
HSL72º100%55.88%-
HSV(B)72º88.24%100%-
XYZ62.5785.3214.4-
YUV215.923.09123.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.42%
GREEN value IS 255 (100% from 255) = 51.52%
BLUE value IS 30 (12.11% from 255) = 6.06%
R=42.42%
G=51.52%
B=6.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal210255300.1800.8807210055.88
HexD2FF1E120580486438
Octal32237736220130011014470
Binary1101001011111111111101001001011000010010001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FF1E; }

 p { color: rgb(210,255,30); }

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

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

 a { background-color: rgb(210,255,30); }

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

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

 span { border-color: rgb(210,255,30); }

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