Html Css Color HEX #1EC132 Lime Green

📋 copy color: '#1EC132'

red 30 ◦ green 193 ◦ blue 50

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

Shades of Lime Green #1EC132

Tints of Lime Green #1EC132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.32%

R = 10.99%
G = 70.7%
B = 18.32%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#1EC132 (or 0x1EC132) is known color: Lime Green. HEX triplet: 1E, C1 and 32. RGB value is (30,193,50). Sum of RGB (Red+Green+Blue) = 30+193+50=273 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.99% from 273); Green value is 193 (75.78% from 255 or 70.70% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC132 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC132 is #E13ECD. Grayscale: #808080. Windows color (decimal): -14761678 or 3326238. OLE color: 3326238.

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

Color convert

RGB 30 193 50 -
CMYK 0.84 0 0.74 0.24
HSL 127.36º 0.73% 0.44% -
HSV(B) 127.36º 0.84% 0.76% -
XYZ 20.18 38.65 9.41 -
YUV 127.96 84 58.13 -
System Red Green Blue C M Y K H S L
Decimal 30 193 50 0.84 0 0.74 0.24 127.36 0.73 0.44
Hex 1E C1 32 54 0 4A 18 7F 49 2C
Octal 36 301 62 124 0 112 30 177 111 54
Binary 11110 11000001 110010 1010100 0 1001010 11000 1111111 1001001 101100

Color Harmonies of #1EC132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC132

Black with #1EC132

Text Example


Text Example

White with #1EC132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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