#1EC20F

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

Shades of Lime Green #1EC20F

Tints of Lime Green #1EC20F

Color information

#1EC20F (or 0x1EC20F) is unknown color: approx Lime Green. HEX triplet: 1E, C2 and 0F. RGB value is (30,194,15). Sum of RGB (Red+Green+Blue) = 30+194+15=239 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.55% from 239); Green value is 194 (76.17% from 255 or 81.17% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC20F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC20F is #E13DF0. Grayscale: #7D7D7D. Windows color (decimal): -14761457 or 1032734. OLE color: 1032734.

HSL color Cylindrical-coordinate representation of color #1EC20F: hue angle of 114.97º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1EC20F is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB3019415-
CMYK0.8500.920.24
HSL114.97º85.65%40.98%-
HSV(B)114.97º92.27%76.08%-
XYZ19.9138.896.91-
YUV124.5666.1760.55-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.55%
GREEN value IS 194 (76.17% from 255) = 81.17%
BLUE value IS 15 (6.25% from 255) = 6.28%
R=12.55%
G=81.17%
B=6.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal30194150.8500.920.24114.9785.6540.98
Hex1EC2F5505C18735629
Octal363021712501343016312651
Binary111101100001011111010101010111001100011100111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,194,15); }

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

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

 a { background-color: rgb(30,194,15); }

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

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

 span { border-color: rgb(30,194,15); }

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