Html Css Color HEX #1EC332 Lime Green

📋 copy color: '#1EC332'

red 30 ◦ green 195 ◦ blue 50

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

Shades of Lime Green #1EC332

Tints of Lime Green #1EC332

RGB

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

 GREEN value IS 195 (76.56% from 255) = 70.91%

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

R = 10.91%
G = 70.91%
B = 18.18%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#1EC332 (or 0x1EC332) is known color: Lime Green. HEX triplet: 1E, C3 and 32. RGB value is (30,195,50). Sum of RGB (Red+Green+Blue) = 30+195+50=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 195 (76.56% from 255 or 70.91% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 195 - color contains mainly: green. Hex color #1EC332 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC332 is #E13CCD. Grayscale: #818181. Windows color (decimal): -14761166 or 3326750. OLE color: 3326750.

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

Color convert

RGB 30 195 50 -
CMYK 0.85 0 0.74 0.24
HSL 127.27º 0.73% 0.44% -
HSV(B) 127.27º 0.85% 0.76% -
XYZ 20.63 39.54 9.56 -
YUV 129.14 83.34 57.29 -
System Red Green Blue C M Y K H S L
Decimal 30 195 50 0.85 0 0.74 0.24 127.27 0.73 0.44
Hex 1E C3 32 55 0 4A 18 7F 49 2C
Octal 36 303 62 125 0 112 30 177 111 54
Binary 11110 11000011 110010 1010101 0 1001010 11000 1111111 1001001 101100

Color Harmonies of #1EC332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC332

Black with #1EC332

Text Example


Text Example

White with #1EC332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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