Html Css Color HEX #1EC220 Lime Green

📋 copy color: '#1EC220'

red 30 ◦ green 194 ◦ blue 32

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

Shades of Lime Green #1EC220

Tints of Lime Green #1EC220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 75.78%

 BLUE value IS 32 (12.89% from 255) = 12.5%

R = 11.72%
G = 75.78%
B = 12.5%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#1EC220 (or 0x1EC220) is known color: Lime Green. HEX triplet: 1E, C2 and 20. RGB value is (30,194,32). Sum of RGB (Red+Green+Blue) = 30+194+32=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 194 (76.17% from 255 or 75.78% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC220 is #E13DDF. Grayscale: #7E7E7E. Windows color (decimal): -14761440 or 2146846. OLE color: 2146846.

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

Color convert

RGB 30 194 32 -
CMYK 0.85 0 0.84 0.24
HSL 120.73º 0.73% 0.44% -
HSV(B) 120.73º 0.85% 0.76% -
XYZ 20.09 38.96 7.83 -
YUV 126.5 74.67 59.17 -
System Red Green Blue C M Y K H S L
Decimal 30 194 32 0.85 0 0.84 0.24 120.73 0.73 0.44
Hex 1E C2 20 55 0 54 18 79 49 2C
Octal 36 302 40 125 0 124 30 171 111 54
Binary 11110 11000010 100000 1010101 0 1010100 11000 1111001 1001001 101100

Color Harmonies of #1EC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC220

Black with #1EC220

Text Example


Text Example

White with #1EC220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,194,32); }

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

background-color css

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

 a { background-color: rgb(30,194,32); }

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

border-color css

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

 span { border-color: rgb(30,194,32); }

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