Html Css Color HEX #1EC221 Lime Green

📋 copy color: '#1EC221'

red 30 ◦ green 194 ◦ blue 33

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

Shades of Lime Green #1EC221

Tints of Lime Green #1EC221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.84%

R = 11.67%
G = 75.49%
B = 12.84%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#1EC221 (or 0x1EC221) is known color: Lime Green. HEX triplet: 1E, C2 and 21. RGB value is (30,194,33). Sum of RGB (Red+Green+Blue) = 30+194+33=257 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.67% from 257); Green value is 194 (76.17% from 255 or 75.49% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC221 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC221 is #E13DDE. Grayscale: #7F7F7F. Windows color (decimal): -14761439 or 2212382. OLE color: 2212382.

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

Color convert

RGB 30 194 33 -
CMYK 0.85 0 0.83 0.24
HSL 121.1º 0.73% 0.44% -
HSV(B) 121.1º 0.85% 0.76% -
XYZ 20.1 38.97 7.9 -
YUV 126.61 75.17 59.09 -
System Red Green Blue C M Y K H S L
Decimal 30 194 33 0.85 0 0.83 0.24 121.1 0.73 0.44
Hex 1E C2 21 55 0 53 18 79 49 2C
Octal 36 302 41 125 0 123 30 171 111 54
Binary 11110 11000010 100001 1010101 0 1010011 11000 1111001 1001001 101100

Color Harmonies of #1EC221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC221

Black with #1EC221

Text Example


Text Example

White with #1EC221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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