#3AC146

Color #3AC146 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #3AC146

Tints of Lime Green #3AC146

Color information

#3AC146 (or 0x3AC146) is unknown color: approx Lime Green. HEX triplet: 3A, C1 and 46. RGB value is (58,193,70). Sum of RGB (Red+Green+Blue) = 58+193+70=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 193 (75.78% from 255 or 60.12% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC146 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC146 is #C53EB9. Grayscale: #8A8A8A. Windows color (decimal): -12926650 or 4636986. OLE color: 4636986.

HSL color Cylindrical-coordinate representation of color #3AC146: hue angle of 125.33º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC146 is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB5819370-
CMYK0.7000.640.24
HSL125.33º53.78%49.22%-
HSV(B)125.33º69.95%75.69%-
XYZ21.9239.4812.26-
YUV138.6189.2770.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.07%
GREEN value IS 193 (75.78% from 255) = 60.12%
BLUE value IS 70 (27.73% from 255) = 21.81%
R=18.07%
G=60.12%
B=21.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal58193700.7000.640.24125.3353.7849.22
Hex3AC14646040187d3631
Octal723011061060100301756661
Binary111010110000011000110100011001000000110001111101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AC146; }

 p { color: rgb(58,193,70); }

 H1.HeaderClassName
 {
   color: #3AC146;
 }
 .AnyTagClassName
 {
   color: #3AC146;
 }
</style>
background-color css

<style>
 a { background-color: #3AC146; }

 a { background-color: rgb(58,193,70); }

 div.DivClassName
 {
   background-color: #3AC146;
 }
 .BgClassName
 {
   background-color: #3AC146;
 }
</style>
border-color css

<style>
 span { border-color: #3AC146; }

 span { border-color: rgb(58,193,70); }

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