Html Css Color HEX #1EC121 Lime Green

📋 copy color: '#1EC121'

red 30 ◦ green 193 ◦ blue 33

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

Shades of Lime Green #1EC121

Tints of Lime Green #1EC121

RGB

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

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

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

R = 11.72%
G = 75.39%
B = 12.89%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#1EC121 (or 0x1EC121) is known color: Lime Green. HEX triplet: 1E, C1 and 21. RGB value is (30,193,33). Sum of RGB (Red+Green+Blue) = 30+193+33=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 193 (75.78% from 255 or 75.39% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC121 is #E13EDE. Grayscale: #7E7E7E. Windows color (decimal): -14761695 or 2212126. OLE color: 2212126.

HSL color Cylindrical-coordinate representation of color #1EC121: 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.84%. Process color model (Four color, CMYK) of #1EC121 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 30 193 33 -
CMYK 0.84 0 0.83 0.24
HSL 121.1º 0.73% 0.44% -
HSV(B) 121.1º 0.84% 0.76% -
XYZ 19.88 38.53 7.83 -
YUV 126.02 75.5 59.51 -
System Red Green Blue C M Y K H S L
Decimal 30 193 33 0.84 0 0.83 0.24 121.1 0.73 0.44
Hex 1E C1 21 54 0 53 18 79 49 2C
Octal 36 301 41 124 0 123 30 171 111 54
Binary 11110 11000001 100001 1010100 0 1010011 11000 1111001 1001001 101100

Color Harmonies of #1EC121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC121

Black with #1EC121

Text Example


Text Example

White with #1EC121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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