Html Css Color HEX #1EC232 Lime Green

📋 copy color: '#1EC232'

red 30 ◦ green 194 ◦ blue 50

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

Shades of Lime Green #1EC232

Tints of Lime Green #1EC232

RGB

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

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

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

R = 10.95%
G = 70.8%
B = 18.25%

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

#1EC232 (or 0x1EC232) is known color: Lime Green. HEX triplet: 1E, C2 and 32. RGB value is (30,194,50). Sum of RGB (Red+Green+Blue) = 30+194+50=274 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.95% from 274); Green value is 194 (76.17% from 255 or 70.80% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC232 is #E13DCD. Grayscale: #808080. Windows color (decimal): -14761422 or 3326494. OLE color: 3326494.

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

Color convert

RGB 30 194 50 -
CMYK 0.85 0 0.74 0.24
HSL 127.32º 0.73% 0.44% -
HSV(B) 127.32º 0.85% 0.76% -
XYZ 20.4 39.09 9.49 -
YUV 128.55 83.67 57.71 -
System Red Green Blue C M Y K H S L
Decimal 30 194 50 0.85 0 0.74 0.24 127.32 0.73 0.44
Hex 1E C2 32 55 0 4A 18 7F 49 2C
Octal 36 302 62 125 0 112 30 177 111 54
Binary 11110 11000010 110010 1010101 0 1001010 11000 1111111 1001001 101100

Color Harmonies of #1EC232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC232

Black with #1EC232

Text Example


Text Example

White with #1EC232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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