#1EC506

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

Shades of Lime Green #1EC506

Tints of Lime Green #1EC506

Color information

#1EC506 (or 0x1EC506) is unknown color: approx Lime Green. HEX triplet: 1E, C5 and 06. RGB value is (30,197,6). Sum of RGB (Red+Green+Blue) = 30+197+6=233 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.88% from 233); Green value is 197 (77.34% from 255 or 84.55% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 197 - color contains mainly: green. Hex color #1EC506 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC506 is #E13AF9. Grayscale: #7D7D7D. Windows color (decimal): -14760698 or 443678. OLE color: 443678.

HSL color Cylindrical-coordinate representation of color #1EC506: hue angle of 112.46º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1EC506 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB301976-
CMYK0.8500.970.23
HSL112.46º94.09%39.8%-
HSV(B)112.46º96.95%77.25%-
XYZ20.5340.226.85-
YUV125.2960.6760.03-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.88%
GREEN value IS 197 (77.34% from 255) = 84.55%
BLUE value IS 6 (2.73% from 255) = 2.58%
R=12.88%
G=84.55%
B=2.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal3019760.8500.970.23112.4694.0939.8
Hex1EC565506117705e28
Octal36305612501412716013650
Binary11110110001011101010101011000011011111100001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1EC506; }

 p { color: rgb(30,197,6); }

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

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

 a { background-color: rgb(30,197,6); }

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

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

 span { border-color: rgb(30,197,6); }

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