Html Css Color HEX #1EC32A Lime Green

📋 copy color: '#1EC32A'

red 30 ◦ green 195 ◦ blue 42

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

Shades of Lime Green #1EC32A

Tints of Lime Green #1EC32A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.73%

R = 11.24%
G = 73.03%
B = 15.73%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#1EC32A (or 0x1EC32A) is known color: Lime Green. HEX triplet: 1E, C3 and 2A. RGB value is (30,195,42). Sum of RGB (Red+Green+Blue) = 30+195+42=267 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.24% from 267); Green value is 195 (76.56% from 255 or 73.03% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 195 - color contains mainly: green. Hex color #1EC32A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC32A is #E13CD5. Grayscale: #808080. Windows color (decimal): -14761174 or 2802462. OLE color: 2802462.

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

Color convert

RGB 30 195 42 -
CMYK 0.85 0 0.78 0.24
HSL 124.36º 0.73% 0.44% -
HSV(B) 124.36º 0.85% 0.76% -
XYZ 20.47 39.47 8.73 -
YUV 128.22 79.34 57.94 -
System Red Green Blue C M Y K H S L
Decimal 30 195 42 0.85 0 0.78 0.24 124.36 0.73 0.44
Hex 1E C3 2A 55 0 4E 18 7C 49 2C
Octal 36 303 52 125 0 116 30 174 111 54
Binary 11110 11000011 101010 1010101 0 1001110 11000 1111100 1001001 101100

Color Harmonies of #1EC32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC32A

Black with #1EC32A

Text Example


Text Example

White with #1EC32A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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