Html Css Color HEX #1EC12A Lime Green

📋 copy color: '#1EC12A'

red 30 ◦ green 193 ◦ blue 42

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

Shades of Lime Green #1EC12A

Tints of Lime Green #1EC12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.85%

R = 11.32%
G = 72.83%
B = 15.85%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#1EC12A (or 0x1EC12A) is known color: Lime Green. HEX triplet: 1E, C1 and 2A. RGB value is (30,193,42). Sum of RGB (Red+Green+Blue) = 30+193+42=265 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.32% from 265); Green value is 193 (75.78% from 255 or 72.83% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC12A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC12A is #E13ED5. Grayscale: #7F7F7F. Windows color (decimal): -14761686 or 2801950. OLE color: 2801950.

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

Color convert

RGB 30 193 42 -
CMYK 0.84 0 0.78 0.24
HSL 124.42º 0.73% 0.44% -
HSV(B) 124.42º 0.84% 0.76% -
XYZ 20.02 38.58 8.58 -
YUV 127.05 80 58.78 -
System Red Green Blue C M Y K H S L
Decimal 30 193 42 0.84 0 0.78 0.24 124.42 0.73 0.44
Hex 1E C1 2A 54 0 4E 18 7C 49 2C
Octal 36 301 52 124 0 116 30 174 111 54
Binary 11110 11000001 101010 1010100 0 1001110 11000 1111100 1001001 101100

Color Harmonies of #1EC12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC12A

Black with #1EC12A

Text Example


Text Example

White with #1EC12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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