Html Css Color HEX #1EC13A Lime Green

📋 copy color: '#1EC13A'

red 30 ◦ green 193 ◦ blue 58

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

Shades of Lime Green #1EC13A

Tints of Lime Green #1EC13A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.64%

R = 10.68%
G = 68.68%
B = 20.64%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#1EC13A (or 0x1EC13A) is known color: Lime Green. HEX triplet: 1E, C1 and 3A. RGB value is (30,193,58). Sum of RGB (Red+Green+Blue) = 30+193+58=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 193 (75.78% from 255 or 68.68% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC13A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC13A is #E13EC5. Grayscale: #818181. Windows color (decimal): -14761670 or 3850526. OLE color: 3850526.

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

Color convert

RGB 30 193 58 -
CMYK 0.84 0 0.70 0.24
HSL 130.31º 0.73% 0.44% -
HSV(B) 130.31º 0.84% 0.76% -
XYZ 20.37 38.72 10.4 -
YUV 128.87 88 57.48 -
System Red Green Blue C M Y K H S L
Decimal 30 193 58 0.84 0 0.70 0.24 130.31 0.73 0.44
Hex 1E C1 3A 54 0 46 18 82 49 2C
Octal 36 301 72 124 0 106 30 202 111 54
Binary 11110 11000001 111010 1010100 0 1000110 11000 10000010 1001001 101100

Color Harmonies of #1EC13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC13A

Black with #1EC13A

Text Example


Text Example

White with #1EC13A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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