#1EC136

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

Shades of Lime Green #1EC136

Tints of Lime Green #1EC136

Color information

#1EC136 (or 0x1EC136) is unknown color: approx Lime Green. HEX triplet: 1E, C1 and 36. RGB value is (30,193,54). Sum of RGB (Red+Green+Blue) = 30+193+54=277 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.83% from 277); Green value is 193 (75.78% from 255 or 69.68% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC136 is #E13EC9. Grayscale: #808080. Windows color (decimal): -14761674 or 3588382. OLE color: 3588382.

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

Color convert

RGB3019354-
CMYK0.8400.720.24
HSL128.83º73.09%43.73%-
HSV(B)128.83º84.46%75.69%-
XYZ20.2738.689.89-
YUV128.428657.8-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.83%
GREEN value IS 193 (75.78% from 255) = 69.68%
BLUE value IS 54 (21.48% from 255) = 19.49%
R=10.83%
G=69.68%
B=19.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal30193540.8400.720.24128.8373.0943.73
Hex1EC136540481881492c
Octal363016612401103020111154
Binary111101100000111011010101000100100011000100000011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,193,54); }

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

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

 a { background-color: rgb(30,193,54); }

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

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

 span { border-color: rgb(30,193,54); }

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