Html Css Color HEX #1EC120 Lime Green

📋 copy color: '#1EC120'

red 30 ◦ green 193 ◦ blue 32

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

Shades of Lime Green #1EC120

Tints of Lime Green #1EC120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.55%

R = 11.76%
G = 75.69%
B = 12.55%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#1EC120 (or 0x1EC120) is known color: Lime Green. HEX triplet: 1E, C1 and 20. RGB value is (30,193,32). Sum of RGB (Red+Green+Blue) = 30+193+32=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 193 (75.78% from 255 or 75.69% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC120 is #E13EDF. Grayscale: #7E7E7E. Windows color (decimal): -14761696 or 2146590. OLE color: 2146590.

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

Color convert

RGB 30 193 32 -
CMYK 0.84 0 0.83 0.24
HSL 120.74º 0.73% 0.44% -
HSV(B) 120.74º 0.84% 0.76% -
XYZ 19.87 38.52 7.75 -
YUV 125.91 75 59.59 -
System Red Green Blue C M Y K H S L
Decimal 30 193 32 0.84 0 0.83 0.24 120.74 0.73 0.44
Hex 1E C1 20 54 0 53 18 79 49 2C
Octal 36 301 40 124 0 123 30 171 111 54
Binary 11110 11000001 100000 1010100 0 1010011 11000 1111001 1001001 101100

Color Harmonies of #1EC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC120

Black with #1EC120

Text Example


Text Example

White with #1EC120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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