Html Css Color HEX #1EC932 Lime Green

📋 copy color: '#1EC932'

red 30 ◦ green 201 ◦ blue 50

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

Shades of Lime Green #1EC932

Tints of Lime Green #1EC932

RGB

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

 GREEN value IS 201 (78.91% from 255) = 71.53%

 BLUE value IS 50 (19.92% from 255) = 17.79%

R = 10.68%
G = 71.53%
B = 17.79%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#1EC932 (or 0x1EC932) is known color: Lime Green. HEX triplet: 1E, C9 and 32. RGB value is (30,201,50). Sum of RGB (Red+Green+Blue) = 30+201+50=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 201 (78.91% from 255 or 71.53% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 201 - color contains mainly: green. Hex color #1EC932 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC932 is #E136CD. Grayscale: #858585. Windows color (decimal): -14759630 or 3328286. OLE color: 3328286.

HSL color Cylindrical-coordinate representation of color #1EC932: hue angle of 127.02º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC932 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 30 201 50 -
CMYK 0.85 0 0.75 0.21
HSL 127.02º 0.74% 0.45% -
HSV(B) 127.02º 0.85% 0.79% -
XYZ 22 42.28 10.02 -
YUV 132.66 81.35 54.78 -
System Red Green Blue C M Y K H S L
Decimal 30 201 50 0.85 0 0.75 0.21 127.02 0.74 0.45
Hex 1E C9 32 55 0 4B 15 7F 4A 2D
Octal 36 311 62 125 0 113 25 177 112 55
Binary 11110 11001001 110010 1010101 0 1001011 10101 1111111 1001010 101101

Color Harmonies of #1EC932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC932

Black with #1EC932

Text Example


Text Example

White with #1EC932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,201,50); }

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

background-color css

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

 a { background-color: rgb(30,201,50); }

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

border-color css

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

 span { border-color: rgb(30,201,50); }

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