Html Css Color HEX #1EC134 Lime Green

📋 copy color: '#1EC134'

red 30 ◦ green 193 ◦ blue 52

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

Shades of Lime Green #1EC134

Tints of Lime Green #1EC134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.91%

R = 10.91%
G = 70.18%
B = 18.91%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#1EC134 (or 0x1EC134) is known color: Lime Green. HEX triplet: 1E, C1 and 34. RGB value is (30,193,52). Sum of RGB (Red+Green+Blue) = 30+193+52=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 193 (75.78% from 255 or 70.18% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC134 is #E13ECB. Grayscale: #808080. Windows color (decimal): -14761676 or 3457310. OLE color: 3457310.

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

Color convert

RGB 30 193 52 -
CMYK 0.84 0 0.73 0.24
HSL 128.1º 0.73% 0.44% -
HSV(B) 128.1º 0.84% 0.76% -
XYZ 20.23 38.66 9.65 -
YUV 128.19 85 57.96 -
System Red Green Blue C M Y K H S L
Decimal 30 193 52 0.84 0 0.73 0.24 128.1 0.73 0.44
Hex 1E C1 34 54 0 49 18 80 49 2C
Octal 36 301 64 124 0 111 30 200 111 54
Binary 11110 11000001 110100 1010100 0 1001001 11000 10000000 1001001 101100

Color Harmonies of #1EC134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC134

Black with #1EC134

Text Example


Text Example

White with #1EC134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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