Html Css Color HEX #1EC122 Lime Green

📋 copy color: '#1EC122'

red 30 ◦ green 193 ◦ blue 34

#1EC122
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #1EC122

Tints of Lime Green #1EC122

RGB

 RED value IS 30 (12.11% from 255) = 11.67%

 GREEN value IS 193 (75.78% from 255) = 75.1%

 BLUE value IS 34 (13.67% from 255) = 13.23%

R = 11.67%
G = 75.1%
B = 13.23%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#1EC122 (or 0x1EC122) is known color: Lime Green. HEX triplet: 1E, C1 and 22. RGB value is (30,193,34). Sum of RGB (Red+Green+Blue) = 30+193+34=257 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.67% from 257); Green value is 193 (75.78% from 255 or 75.10% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC122 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC122 is #E13EDD. Grayscale: #7E7E7E. Windows color (decimal): -14761694 or 2277662. OLE color: 2277662.

HSL color Cylindrical-coordinate representation of color #1EC122: hue angle of 121.47º 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 #1EC122 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 30 193 34 -
CMYK 0.84 0 0.82 0.24
HSL 121.47º 0.73% 0.44% -
HSV(B) 121.47º 0.84% 0.76% -
XYZ 19.89 38.53 7.9 -
YUV 126.14 76 59.43 -
System Red Green Blue C M Y K H S L
Decimal 30 193 34 0.84 0 0.82 0.24 121.47 0.73 0.44
Hex 1E C1 22 54 0 52 18 79 49 2C
Octal 36 301 42 124 0 122 30 171 111 54
Binary 11110 11000001 100010 1010100 0 1010010 11000 1111001 1001001 101100

Color Harmonies of #1EC122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC122

Black with #1EC122

Text Example


Text Example

White with #1EC122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1EC122;
 }
 .AnyTagClassName
 {
   color: #1EC122;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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