#1EC41F

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

Shades of Lime Green #1EC41F

Tints of Lime Green #1EC41F

Color information

#1EC41F (or 0x1EC41F) is unknown color: approx Lime Green. HEX triplet: 1E, C4 and 1F. RGB value is (30,196,31). Sum of RGB (Red+Green+Blue) = 30+196+31=257 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.67% from 257); Green value is 196 (76.95% from 255 or 76.26% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 196 - color contains mainly: green. Hex color #1EC41F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC41F is #E13BE0. Grayscale: #808080. Windows color (decimal): -14760929 or 2081822. OLE color: 2081822.

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

Color convert

RGB3019631-
CMYK0.8500.840.23
HSL120.36º73.45%44.31%-
HSV(B)120.36º84.69%76.86%-
XYZ20.5239.857.91-
YUV127.5673.558.42-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.67%
GREEN value IS 196 (76.95% from 255) = 76.26%
BLUE value IS 31 (12.5% from 255) = 12.06%
R=11.67%
G=76.26%
B=12.06%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal30196310.8500.840.23120.3673.4544.31
Hex1EC41F550541778492c
Octal363043712501242717011154
Binary1111011000100111111010101010101001011111110001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC41F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,196,31); }

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

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

 a { background-color: rgb(30,196,31); }

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

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

 span { border-color: rgb(30,196,31); }

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