#1EC612

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

Shades of Lime Green #1EC612

Tints of Lime Green #1EC612

Color information

#1EC612 (or 0x1EC612) is unknown color: approx Lime Green. HEX triplet: 1E, C6 and 12. RGB value is (30,198,18). Sum of RGB (Red+Green+Blue) = 30+198+18=246 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.20% from 246); Green value is 198 (77.73% from 255 or 80.49% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 198 - color contains mainly: green. Hex color #1EC612 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC612 is #E139ED. Grayscale: #7F7F7F. Windows color (decimal): -14760430 or 1230366. OLE color: 1230366.

HSL color Cylindrical-coordinate representation of color #1EC612: hue angle of 116º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1EC612 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB3019818-
CMYK0.8500.910.22
HSL116º83.33%42.35%-
HSV(B)116º90.91%77.65%-
XYZ20.8440.717.33-
YUV127.2566.3458.64-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.20%
GREEN value IS 198 (77.73% from 255) = 80.49%
BLUE value IS 18 (7.42% from 255) = 7.32%
R=12.20%
G=80.49%
B=7.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal30198180.8500.910.2211683.3342.35
Hex1EC6125505B1674532a
Octal363062212501332616412352
Binary1111011000110100101010101010110111011011101001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,198,18); }

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

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

 a { background-color: rgb(30,198,18); }

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

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

 span { border-color: rgb(30,198,18); }

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