Html Css Color HEX #1EC03A Lime Green

📋 copy color: '#1EC03A'

red 30 ◦ green 192 ◦ blue 58

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

Shades of Lime Green #1EC03A

Tints of Lime Green #1EC03A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 68.57%

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

R = 10.71%
G = 68.57%
B = 20.71%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#1EC03A (or 0x1EC03A) is known color: Lime Green. HEX triplet: 1E, C0 and 3A. RGB value is (30,192,58). Sum of RGB (Red+Green+Blue) = 30+192+58=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 192 (75.39% from 255 or 68.57% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC03A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC03A is #E13FC5. Grayscale: #808080. Windows color (decimal): -14761926 or 3850270. OLE color: 3850270.

HSL color Cylindrical-coordinate representation of color #1EC03A: hue angle of 130.37º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC03A is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 30 192 58 -
CMYK 0.84 0 0.70 0.25
HSL 130.37º 0.73% 0.44% -
HSV(B) 130.37º 0.84% 0.75% -
XYZ 20.15 38.28 10.33 -
YUV 128.29 88.33 57.9 -
System Red Green Blue C M Y K H S L
Decimal 30 192 58 0.84 0 0.70 0.25 130.37 0.73 0.44
Hex 1E C0 3A 54 0 46 19 82 49 2C
Octal 36 300 72 124 0 106 31 202 111 54
Binary 11110 11000000 111010 1010100 0 1000110 11001 10000010 1001001 101100

Color Harmonies of #1EC03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC03A

Black with #1EC03A

Text Example


Text Example

White with #1EC03A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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