Html Css Color HEX #1EC211 Lime Green

📋 copy color: '#1EC211'

red 30 ◦ green 194 ◦ blue 17

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

Shades of Lime Green #1EC211

Tints of Lime Green #1EC211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.05%

R = 12.45%
G = 80.5%
B = 7.05%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#1EC211 (or 0x1EC211) is known color: Lime Green. HEX triplet: 1E, C2 and 11. RGB value is (30,194,17). Sum of RGB (Red+Green+Blue) = 30+194+17=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 194 (76.17% from 255 or 80.50% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC211 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC211 is #E13DEE. Grayscale: #7D7D7D. Windows color (decimal): -14761455 or 1163806. OLE color: 1163806.

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

Color convert

RGB 30 194 17 -
CMYK 0.85 0 0.91 0.24
HSL 115.59º 0.84% 0.41% -
HSV(B) 115.59º 0.91% 0.76% -
XYZ 19.93 38.9 6.99 -
YUV 124.79 67.17 60.39 -
System Red Green Blue C M Y K H S L
Decimal 30 194 17 0.85 0 0.91 0.24 115.59 0.84 0.41
Hex 1E C2 11 55 0 5B 18 74 54 29
Octal 36 302 21 125 0 133 30 164 124 51
Binary 11110 11000010 10001 1010101 0 1011011 11000 1110100 1010100 101001

Color Harmonies of #1EC211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC211

Black with #1EC211

Text Example


Text Example

White with #1EC211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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